#F5AFCA

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

Shades of Cupid #F5AFCA

Tints of Cupid #F5AFCA

Color information

#F5AFCA (or 0xF5AFCA) is unknown color: approx Cupid. HEX triplet: F5, AF and CA. RGB value is (245,175,202). Sum of RGB (Red+Green+Blue) = 245+175+202=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFCA is #0A5035. Grayscale: #C6C6C6. Windows color (decimal): -675894 or 13283317. OLE color: 13283317.

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

Color convert

RGB245175202-
CMYK00.290.180.04
HSL336.86º77.78%82.35%-
HSV(B)336.86º28.57%96.08%-
XYZ63.6554.3463.01-
YUV199.01129.69160.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=39.39%
G=28.14%
B=32.48%

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
Decimal24517520200.290.180.04336.8677.7882.35
HexF5AFCA01D1241514e52
Octal365257312035224521116122
Binary1111010110101111110010100111011001010010101000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFCA; }

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

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

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

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

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

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

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

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