#F2808D

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

Shades of Carissma #F2808D

Tints of Carissma #F2808D

Color information

#F2808D (or 0xF2808D) is unknown color: approx Carissma. HEX triplet: F2, 80 and 8D. RGB value is (242,128,141). Sum of RGB (Red+Green+Blue) = 242+128+141=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2808D is #0D7F72. Grayscale: #A3A3A3. Windows color (decimal): -884595 or 9273586. OLE color: 9273586.

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

Color convert

RGB242128141-
CMYK00.470.420.05
HSL353.16º81.43%72.55%-
HSV(B)353.16º47.11%94.9%-
XYZ49.1436.2429.6-
YUV163.57115.27183.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=47.36%
G=25.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212814100.470.420.05353.1681.4372.55
HexF2808D02F2A51615149
Octal362200215057525541121111
Binary111100101000000010001101010111110101010110110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2808D; }

 p { color: rgb(242,128,141); }

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

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

 a { background-color: rgb(242,128,141); }

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

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

 span { border-color: rgb(242,128,141); }

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