#F2828F

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

Shades of Carissma #F2828F

Tints of Carissma #F2828F

Color information

#F2828F (or 0xF2828F) is unknown color: approx Carissma. HEX triplet: F2, 82 and 8F. RGB value is (242,130,143). Sum of RGB (Red+Green+Blue) = 242+130+143=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2828F is #0D7D70. Grayscale: #A5A5A5. Windows color (decimal): -884081 or 9405170. OLE color: 9405170.

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

Color convert

RGB242130143-
CMYK00.460.410.05
HSL353.04º81.16%72.94%-
HSV(B)353.04º46.28%94.9%-
XYZ49.5636.8330.48-
YUV164.97115.61182.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=46.99%
G=25.24%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213014300.460.410.05353.0481.1672.94
HexF2828F02E2951615149
Octal362202217056515541121111
Binary111100101000001010001111010111010100110110110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2828F; }

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

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

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

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

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

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

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

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