#F08492

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

Shades of Carissma #F08492

Tints of Carissma #F08492

Color information

#F08492 (or 0xF08492) is unknown color: approx Carissma. HEX triplet: F0, 84 and 92. RGB value is (240,132,146). Sum of RGB (Red+Green+Blue) = 240+132+146=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08492 is #0F7B6D. Grayscale: #A5A5A5. Windows color (decimal): -1014638 or 9602288. OLE color: 9602288.

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

Color convert

RGB240132146-
CMYK00.450.390.06
HSL352.22º78.26%72.94%-
HSV(B)352.22º45%94.12%-
XYZ49.3737.131.75-
YUV165.89116.78180.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=46.33%
G=25.48%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013214600.450.390.06352.2278.2672.94
HexF0849202D2761604e49
Octal360204222055476540116111
Binary111100001000010010010010010110110011111010110000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08492; }

 p { color: rgb(240,132,146); }

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

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

 a { background-color: rgb(240,132,146); }

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

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

 span { border-color: rgb(240,132,146); }

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