#f08287

Color #F08287 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F08287

Tints of Carissma #F08287

Color information

#F08287 (or 0xF08287) is unknown color: approx Carissma. HEX triplet: F0, 82 and 87. RGB value is (240,130,135). Sum of RGB (Red+Green+Blue) = 240+130+135=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08287 is #0F7D78. Grayscale: #A3A3A3. Windows color (decimal): -1015161 or 8880880. OLE color: 8880880.

HSL color Cylindrical-coordinate representation of color #F08287: hue angle of 357.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08287 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240130135-
CMYK00.460.440.06
HSL357.27º78.57%72.55%-
HSV(B)357.27º45.83%94.12%-
XYZ48.2936.2427.37-
YUV163.46111.94182.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=47.52%
G=25.74%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013013500.460.440.06357.2778.5772.55
HexF0828702E2C61654f49
Octal360202207056546545117111
Binary111100001000001010000111010111010110011010110010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08287; }

 p { color: rgb(240,130,135); }

 H1.HeaderClassName
 {
   color: #f08287;
 }
 .AnyTagClassName
 {
   color: #f08287;
 }
</style>
background-color css

<style>
 a { background-color: #f08287; }

 a { background-color: rgb(240,130,135); }

 div.DivClassName
 {
   background-color: #f08287;
 }
 .BgClassName
 {
   background-color: #f08287;
 }
</style>
border-color css

<style>
 span { border-color: #f08287; }

 span { border-color: rgb(240,130,135); }

 td.TdClassName
 {
   border-color: #f08287;
 }
 .TagClassName
 {
   border-color: #f08287;
 }
</style>