#F2819B

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

Shades of Carissma #F2819B

Tints of Carissma #F2819B

Color information

#F2819B (or 0xF2819B) is unknown color: approx Carissma. HEX triplet: F2, 81 and 9B. RGB value is (242,129,155). Sum of RGB (Red+Green+Blue) = 242+129+155=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2819B is #0D7E64. Grayscale: #A5A5A5. Windows color (decimal): -884325 or 10191346. OLE color: 10191346.

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

Color convert

RGB242129155-
CMYK00.470.360.05
HSL346.19º81.29%72.75%-
HSV(B)346.19º46.69%94.9%-
XYZ50.3836.9435.49-
YUV165.75121.94182.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=46.01%
G=24.52%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212915500.470.360.05346.1981.2972.75
HexF2819B02F24515a5149
Octal362201233057445532121111
Binary111100101000000110011011010111110010010110101101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2819B; }

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

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

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

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

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

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

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

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