#F4818D

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

Shades of Carissma #F4818D

Tints of Carissma #F4818D

Color information

#F4818D (or 0xF4818D) is unknown color: approx Carissma. HEX triplet: F4, 81 and 8D. RGB value is (244,129,141). Sum of RGB (Red+Green+Blue) = 244+129+141=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4818D is #0B7E72. Grayscale: #A4A4A4. Windows color (decimal): -753267 or 9273844. OLE color: 9273844.

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

Color convert

RGB244129141-
CMYK00.470.420.04
HSL353.74º83.94%73.14%-
HSV(B)353.74º47.13%95.69%-
XYZ49.9736.8629.68-
YUV164.75114.6184.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.47%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=47.47%
G=25.10%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412914100.470.420.04353.7483.9473.14
HexF4818D02F2A41625449
Octal364201215057524542124111
Binary111101001000000110001101010111110101010010110001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4818D; }

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

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

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

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

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

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

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

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