#F2B0CA

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

Shades of Cupid #F2B0CA

Tints of Cupid #F2B0CA

Color information

#F2B0CA (or 0xF2B0CA) is unknown color: approx Cupid. HEX triplet: F2, B0 and CA. RGB value is (242,176,202). Sum of RGB (Red+Green+Blue) = 242+176+202=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0CA is #0D4F35. Grayscale: #C6C6C6. Windows color (decimal): -872246 or 13283570. OLE color: 13283570.

HSL color Cylindrical-coordinate representation of color #F2B0CA: hue angle of 336.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0CA is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242176202-
CMYK00.270.170.05
HSL336.36º71.74%81.96%-
HSV(B)336.36º27.27%94.9%-
XYZ62.854.1963.03-
YUV198.7129.87158.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=39.03%
G=28.39%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217620200.270.170.05336.3671.7481.96
HexF2B0CA01B1151504852
Octal362260312033215520110122
Binary1111001010110000110010100110111000110110101000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0CA; }

 p { color: rgb(242,176,202); }

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

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

 a { background-color: rgb(242,176,202); }

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

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

 span { border-color: rgb(242,176,202); }

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