#F4808D

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

Shades of Carissma #F4808D

Tints of Carissma #F4808D

Color information

#F4808D (or 0xF4808D) is unknown color: approx Carissma. HEX triplet: F4, 80 and 8D. RGB value is (244,128,141). Sum of RGB (Red+Green+Blue) = 244+128+141=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808D is #0B7F72. Grayscale: #A4A4A4. Windows color (decimal): -753523 or 9273588. OLE color: 9273588.

HSL color Cylindrical-coordinate representation of color #F4808D: hue angle of 353.28º 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 #F4808D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244128141-
CMYK00.480.420.04
HSL353.28º84.06%72.94%-
HSV(B)353.28º47.54%95.69%-
XYZ49.8436.5929.64-
YUV164.17114.93184.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.56%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=47.56%
G=24.95%
B=27.49%

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
Decimal24412814100.480.420.04353.2884.0672.94
HexF4808D0302A41615449
Octal364200215060524541124111
Binary111101001000000010001101011000010101010010110000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4808D; }

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

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

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

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

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

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

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

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