#F6AFC0

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

Shades of Cupid #F6AFC0

Tints of Cupid #F6AFC0

Color information

#F6AFC0 (or 0xF6AFC0) is unknown color: approx Cupid. HEX triplet: F6, AF and C0. RGB value is (246,175,192). Sum of RGB (Red+Green+Blue) = 246+175+192=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC0 is #09503F. Grayscale: #C6C6C6. Windows color (decimal): -610368 or 12627958. OLE color: 12627958.

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

Color convert

RGB246175192-
CMYK00.290.220.04
HSL345.63º79.78%82.55%-
HSV(B)345.63º28.86%96.47%-
XYZ62.8554.0656.99-
YUV198.17124.52162.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=40.13%
G=28.55%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617519200.290.220.04345.6379.7882.55
HexF6AFC001D16415a5053
Octal366257300035264532120123
Binary1111011010101111110000000111011011010010101101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFC0; }

 p { color: rgb(246,175,192); }

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

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

 a { background-color: rgb(246,175,192); }

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

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

 span { border-color: rgb(246,175,192); }

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