#F2B0BF

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

Shades of Cupid #F2B0BF

Tints of Cupid #F2B0BF

Color information

#F2B0BF (or 0xF2B0BF) is unknown color: approx Cupid. HEX triplet: F2, B0 and BF. RGB value is (242,176,191). Sum of RGB (Red+Green+Blue) = 242+176+191=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0BF is #0D4F40. Grayscale: #C5C5C5. Windows color (decimal): -872257 or 12562674. OLE color: 12562674.

HSL color Cylindrical-coordinate representation of color #F2B0BF: hue angle of 346.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 #F2B0BF is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242176191-
CMYK00.270.210.05
HSL346.36º71.74%81.96%-
HSV(B)346.36º27.27%94.9%-
XYZ61.5553.6956.41-
YUV197.44124.37159.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 31.36%
R=39.74%
G=28.90%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217619100.270.210.05346.3671.7481.96
HexF2B0BF01B15515a4852
Octal362260277033255532110122
Binary1111001010110000101111110110111010110110101101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0BF; }

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

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

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

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

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

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

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

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