#F08499

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

Shades of Carissma #F08499

Tints of Carissma #F08499

Color information

#F08499 (or 0xF08499) is unknown color: approx Carissma. HEX triplet: F0, 84 and 99. RGB value is (240,132,153). Sum of RGB (Red+Green+Blue) = 240+132+153=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08499 is #0F7B66. Grayscale: #A6A6A6. Windows color (decimal): -1014631 or 10061040. OLE color: 10061040.

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

Color convert

RGB240132153-
CMYK00.450.360.06
HSL348.33º78.26%72.94%-
HSV(B)348.33º45%94.12%-
XYZ49.9437.3334.71-
YUV166.69120.28180.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=45.71%
G=25.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013215300.450.360.06348.3378.2672.94
HexF0849902D24615c4e49
Octal360204231055446534116111
Binary111100001000010010011001010110110010011010101110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08499; }

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

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

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

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

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

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

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

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