#F7B3CA

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

Shades of Cupid #F7B3CA

Tints of Cupid #F7B3CA

Color information

#F7B3CA (or 0xF7B3CA) is unknown color: approx Cupid. HEX triplet: F7, B3 and CA. RGB value is (247,179,202). Sum of RGB (Red+Green+Blue) = 247+179+202=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B3CA is #084C35. Grayscale: #C9C9C9. Windows color (decimal): -543798 or 13284343. OLE color: 13284343.

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

Color convert

RGB247179202-
CMYK00.280.180.03
HSL339.71º80.95%83.53%-
HSV(B)339.71º27.53%96.86%-
XYZ65.1456.2863.31-
YUV201.95128.03160.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 179 (70.31% from 255) = 28.50%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=39.33%
G=28.50%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717920200.280.180.03339.7180.9583.53
HexF7B3CA01C1231545154
Octal367263312034223524121124
Binary111101111011001111001010011100100101110101010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B3CA; }

 p { color: rgb(247,179,202); }

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

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

 a { background-color: rgb(247,179,202); }

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

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

 span { border-color: rgb(247,179,202); }

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