#F08186

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

Shades of Carissma #F08186

Tints of Carissma #F08186

Color information

#F08186 (or 0xF08186) is unknown color: approx Carissma. HEX triplet: F0, 81 and 86. RGB value is (240,129,134). Sum of RGB (Red+Green+Blue) = 240+129+134=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08186 is #0F7E79. Grayscale: #A2A2A2. Windows color (decimal): -1015418 or 8815088. OLE color: 8815088.

HSL color Cylindrical-coordinate representation of color #F08186: hue angle of 357.3º 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 #F08186 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240129134-
CMYK00.460.440.06
HSL357.3º78.72%72.35%-
HSV(B)357.3º46.25%94.12%-
XYZ48.0935.9526.96-
YUV162.76111.77183.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=47.71%
G=25.65%
B=26.64%

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
Decimal24012913400.460.440.06357.378.7272.35
HexF0818602E2C61654f48
Octal360201206056546545117110
Binary111100001000000110000110010111010110011010110010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08186; }

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

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

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

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

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

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

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

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