#F08187

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

Shades of Carissma #F08187

Tints of Carissma #F08187

Color information

#F08187 (or 0xF08187) is unknown color: approx Carissma. HEX triplet: F0, 81 and 87. RGB value is (240,129,135). Sum of RGB (Red+Green+Blue) = 240+129+135=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08187 is #0F7E78. Grayscale: #A2A2A2. Windows color (decimal): -1015417 or 8880624. OLE color: 8880624.

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

Color convert

RGB240129135-
CMYK00.460.440.06
HSL356.76º78.72%72.35%-
HSV(B)356.76º46.25%94.12%-
XYZ48.1635.9827.33-
YUV162.87112.27183.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=47.62%
G=25.60%
B=26.79%

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
Decimal24012913500.460.440.06356.7678.7272.35
HexF0818702E2C61654f48
Octal360201207056546545117110
Binary111100001000000110000111010111010110011010110010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08187; }

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

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

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

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

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

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

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

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