#F08598

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

Shades of Carissma #F08598

Tints of Carissma #F08598

Color information

#F08598 (or 0xF08598) is unknown color: approx Carissma. HEX triplet: F0, 85 and 98. RGB value is (240,133,152). Sum of RGB (Red+Green+Blue) = 240+133+152=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08598 is #0F7A67. Grayscale: #A7A7A7. Windows color (decimal): -1014376 or 9995760. OLE color: 9995760.

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

Color convert

RGB240133152-
CMYK00.450.370.06
HSL349.35º78.1%73.14%-
HSV(B)349.35º44.58%94.12%-
XYZ49.9937.5734.32-
YUV167.16119.45179.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=45.71%
G=25.33%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013315200.450.370.06349.3578.173.14
HexF0859802D25615d4e49
Octal360205230055456535116111
Binary111100001000010110011000010110110010111010101110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08598; }

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

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

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

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

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

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

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

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