#F4818E

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

Shades of Carissma #F4818E

Tints of Carissma #F4818E

Color information

#F4818E (or 0xF4818E) is unknown color: approx Carissma. HEX triplet: F4, 81 and 8E. RGB value is (244,129,142). Sum of RGB (Red+Green+Blue) = 244+129+142=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4818E is #0B7E71. Grayscale: #A4A4A4. Windows color (decimal): -753266 or 9339380. OLE color: 9339380.

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

Color convert

RGB244129142-
CMYK00.470.420.04
HSL353.22º83.94%73.14%-
HSV(B)353.22º47.13%95.69%-
XYZ50.0436.8930.07-
YUV164.87115.1184.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=47.38%
G=25.05%
B=27.57%

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
Decimal24412914200.470.420.04353.2283.9473.14
HexF4818E02F2A41615449
Octal364201216057524541124111
Binary111101001000000110001110010111110101010010110000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4818E; }

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

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

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

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

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

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

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

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