#F6AFC3

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

Shades of Cupid #F6AFC3

Tints of Cupid #F6AFC3

Color information

#F6AFC3 (or 0xF6AFC3) is unknown color: approx Cupid. HEX triplet: F6, AF and C3. RGB value is (246,175,195). Sum of RGB (Red+Green+Blue) = 246+175+195=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC3 is #09503C. Grayscale: #C6C6C6. Windows color (decimal): -610365 or 12824566. OLE color: 12824566.

HSL color Cylindrical-coordinate representation of color #F6AFC3: hue angle of 343.1º 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 #F6AFC3 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB246175195-
CMYK00.290.210.04
HSL343.1º79.78%82.55%-
HSV(B)343.1º28.86%96.47%-
XYZ63.1954.1958.76-
YUV198.51126.02161.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.94%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=39.94%
G=28.41%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617519500.290.210.04343.179.7882.55
HexF6AFC301D1541575053
Octal366257303035254527120123
Binary1111011010101111110000110111011010110010101011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFC3; }

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

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

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

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

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

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

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

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