#F4808E

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

Shades of Carissma #F4808E

Tints of Carissma #F4808E

Color information

#F4808E (or 0xF4808E) is unknown color: approx Carissma. HEX triplet: F4, 80 and 8E. RGB value is (244,128,142). Sum of RGB (Red+Green+Blue) = 244+128+142=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808E is #0B7F71. Grayscale: #A4A4A4. Windows color (decimal): -753522 or 9339124. OLE color: 9339124.

HSL color Cylindrical-coordinate representation of color #F4808E: hue angle of 352.76º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4808E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244128142-
CMYK00.480.420.04
HSL352.76º84.06%72.94%-
HSV(B)352.76º47.54%95.69%-
XYZ49.9136.6230.03-
YUV164.28115.43184.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.47%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=47.47%
G=24.90%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412814200.480.420.04352.7684.0672.94
HexF4808E0302A41615449
Octal364200216060524541124111
Binary111101001000000010001110011000010101010010110000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4808E; }

 p { color: rgb(244,128,142); }

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

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

 a { background-color: rgb(244,128,142); }

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

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

 span { border-color: rgb(244,128,142); }

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