#F6AFCA

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

Shades of Cupid #F6AFCA

Tints of Cupid #F6AFCA

Color information

#F6AFCA (or 0xF6AFCA) is unknown color: approx Cupid. HEX triplet: F6, AF and CA. RGB value is (246,175,202). Sum of RGB (Red+Green+Blue) = 246+175+202=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFCA is #095035. Grayscale: #C7C7C7. Windows color (decimal): -610358 or 13283318. OLE color: 13283318.

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

Color convert

RGB246175202-
CMYK00.290.180.04
HSL337.18º79.78%82.55%-
HSV(B)337.18º28.86%96.47%-
XYZ6454.5263.03-
YUV199.31129.52161.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=39.49%
G=28.09%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617520200.290.180.04337.1879.7882.55
HexF6AFCA01D1241515053
Octal366257312035224521120123
Binary1111011010101111110010100111011001010010101000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFCA; }

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

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

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

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

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

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

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

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