#F4808F

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

Shades of Carissma #F4808F

Tints of Carissma #F4808F

Color information

#F4808F (or 0xF4808F) is unknown color: approx Carissma. HEX triplet: F4, 80 and 8F. RGB value is (244,128,143). Sum of RGB (Red+Green+Blue) = 244+128+143=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808F is #0B7F70. Grayscale: #A4A4A4. Windows color (decimal): -753521 or 9404660. OLE color: 9404660.

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

Color convert

RGB244128143-
CMYK00.480.410.04
HSL352.24º84.06%72.94%-
HSV(B)352.24º47.54%95.69%-
XYZ49.9936.6530.43-
YUV164.39115.93184.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=47.38%
G=24.85%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412814300.480.410.04352.2484.0672.94
HexF4808F0302941605449
Octal364200217060514540124111
Binary111101001000000010001111011000010100110010110000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4808F; }

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

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

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

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

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

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

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

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