#F2818D

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

Shades of Carissma #F2818D

Tints of Carissma #F2818D

Color information

#F2818D (or 0xF2818D) is unknown color: approx Carissma. HEX triplet: F2, 81 and 8D. RGB value is (242,129,141). Sum of RGB (Red+Green+Blue) = 242+129+141=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2818D is #0D7E72. Grayscale: #A4A4A4. Windows color (decimal): -884339 or 9273842. OLE color: 9273842.

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

Color convert

RGB242129141-
CMYK00.470.420.05
HSL353.63º81.29%72.75%-
HSV(B)353.63º46.69%94.9%-
XYZ49.2836.529.65-
YUV164.16114.94183.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=47.27%
G=25.20%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212914100.470.420.05353.6381.2972.75
HexF2818D02F2A51625149
Octal362201215057525542121111
Binary111100101000000110001101010111110101010110110001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2818D; }

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

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

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

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

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

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

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

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