#F2829B

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

Shades of Carissma #F2829B

Tints of Carissma #F2829B

Color information

#F2829B (or 0xF2829B) is unknown color: approx Carissma. HEX triplet: F2, 82 and 9B. RGB value is (242,130,155). Sum of RGB (Red+Green+Blue) = 242+130+155=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2829B is #0D7D64. Grayscale: #A6A6A6. Windows color (decimal): -884069 or 10191602. OLE color: 10191602.

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

Color convert

RGB242130155-
CMYK00.460.360.05
HSL346.61º81.16%72.94%-
HSV(B)346.61º46.28%94.9%-
XYZ50.5237.2135.53-
YUV166.34121.61181.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=45.92%
G=24.67%
B=29.41%

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
Decimal24213015500.460.360.05346.6181.1672.94
HexF2829B02E24515b5149
Octal362202233056445533121111
Binary111100101000001010011011010111010010010110101101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2829B; }

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

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

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

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

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

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

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

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