#F1B2CA

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

Shades of Cupid #F1B2CA

Tints of Cupid #F1B2CA

Color information

#F1B2CA (or 0xF1B2CA) is unknown color: approx Cupid. HEX triplet: F1, B2 and CA. RGB value is (241,178,202). Sum of RGB (Red+Green+Blue) = 241+178+202=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2CA is #0E4D35. Grayscale: #C7C7C7. Windows color (decimal): -937270 or 13284081. OLE color: 13284081.

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

Color convert

RGB241178202-
CMYK00.260.160.05
HSL337.14º69.23%82.16%-
HSV(B)337.14º26.14%94.51%-
XYZ62.8654.8163.14-
YUV199.57129.37157.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=38.81%
G=28.66%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117820200.260.160.05337.1469.2382.16
HexF1B2CA01A1051514552
Octal361262312032205521105122
Binary1111000110110010110010100110101000010110101000110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2CA; }

 p { color: rgb(241,178,202); }

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

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

 a { background-color: rgb(241,178,202); }

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

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

 span { border-color: rgb(241,178,202); }

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