#F8AFCA

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

Shades of Cupid #F8AFCA

Tints of Cupid #F8AFCA

Color information

#F8AFCA (or 0xF8AFCA) is unknown color: approx Cupid. HEX triplet: F8, AF and CA. RGB value is (248,175,202). Sum of RGB (Red+Green+Blue) = 248+175+202=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCA is #075035. Grayscale: #C7C7C7. Windows color (decimal): -479286 or 13283320. OLE color: 13283320.

HSL color Cylindrical-coordinate representation of color #F8AFCA: hue angle of 337.81º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFCA is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248175202-
CMYK00.290.190.03
HSL337.81º83.91%82.94%-
HSV(B)337.81º29.44%97.25%-
XYZ64.754.8863.06-
YUV199.9129.18162.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=39.68%
G=28%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817520200.290.190.03337.8183.9182.94
HexF8AFCA01D1331525453
Octal370257312035233522124123
Binary111110001010111111001010011101100111110101001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFCA; }

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

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

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

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

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

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

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

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