#F6B0CA

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

Shades of Cupid #F6B0CA

Tints of Cupid #F6B0CA

Color information

#F6B0CA (or 0xF6B0CA) is unknown color: approx Cupid. HEX triplet: F6, B0 and CA. RGB value is (246,176,202). Sum of RGB (Red+Green+Blue) = 246+176+202=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0CA is #094F35. Grayscale: #C7C7C7. Windows color (decimal): -610102 or 13283574. OLE color: 13283574.

HSL color Cylindrical-coordinate representation of color #F6B0CA: hue angle of 337.71º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0CA is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246176202-
CMYK00.280.180.04
HSL337.71º79.55%82.75%-
HSV(B)337.71º28.46%96.47%-
XYZ64.1954.9163.09-
YUV199.89129.19160.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 176 (69.14% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=39.42%
G=28.21%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617620200.280.180.04337.7179.5582.75
HexF6B0CA01C1241525053
Octal366260312034224522120123
Binary1111011010110000110010100111001001010010101001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B0CA; }

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

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

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

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

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

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

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

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