#F08592

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

Shades of Carissma #F08592

Tints of Carissma #F08592

Color information

#F08592 (or 0xF08592) is unknown color: approx Carissma. HEX triplet: F0, 85 and 92. RGB value is (240,133,146). Sum of RGB (Red+Green+Blue) = 240+133+146=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F08592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08592 is #0F7A6D. Grayscale: #A6A6A6. Windows color (decimal): -1014382 or 9602544. OLE color: 9602544.

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

Color convert

RGB240133146-
CMYK00.450.390.06
HSL352.71º78.1%73.14%-
HSV(B)352.71º44.58%94.12%-
XYZ49.5137.3831.8-
YUV166.48116.45180.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.24%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=46.24%
G=25.63%
B=28.13%

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
Decimal24013314600.450.390.06352.7178.173.14
HexF0859202D2761614e49
Octal360205222055476541116111
Binary111100001000010110010010010110110011111010110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08592; }

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

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

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

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

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

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

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

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