#F2829C

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

Shades of Carissma #F2829C

Tints of Carissma #F2829C

Color information

#F2829C (or 0xF2829C) is unknown color: approx Carissma. HEX triplet: F2, 82 and 9C. RGB value is (242,130,156). Sum of RGB (Red+Green+Blue) = 242+130+156=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2829C is #0D7D63. Grayscale: #A6A6A6. Windows color (decimal): -884068 or 10257138. OLE color: 10257138.

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

Color convert

RGB242130156-
CMYK00.460.360.05
HSL346.07º81.16%72.94%-
HSV(B)346.07º46.28%94.9%-
XYZ50.637.2435.97-
YUV166.45122.11181.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=45.83%
G=24.62%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213015600.460.360.05346.0781.1672.94
HexF2829C02E24515a5149
Octal362202234056445532121111
Binary111100101000001010011100010111010010010110101101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2829C; }

 p { color: rgb(242,130,156); }

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

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

 a { background-color: rgb(242,130,156); }

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

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

 span { border-color: rgb(242,130,156); }

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