#F2818F

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

Shades of Carissma #F2818F

Tints of Carissma #F2818F

Color information

#F2818F (or 0xF2818F) is unknown color: approx Carissma. HEX triplet: F2, 81 and 8F. RGB value is (242,129,143). Sum of RGB (Red+Green+Blue) = 242+129+143=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2818F is #0D7E70. Grayscale: #A4A4A4. Windows color (decimal): -884337 or 9404914. OLE color: 9404914.

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

Color convert

RGB242129143-
CMYK00.470.410.05
HSL352.57º81.29%72.75%-
HSV(B)352.57º46.69%94.9%-
XYZ49.4336.5630.44-
YUV164.38115.94183.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=47.08%
G=25.10%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212914300.470.410.05352.5781.2972.75
HexF2818F02F2951615149
Octal362201217057515541121111
Binary111100101000000110001111010111110100110110110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2818F; }

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

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

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

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

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

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

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

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