#F7ADC1

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

Shades of Cupid #F7ADC1

Tints of Cupid #F7ADC1

Color information

#F7ADC1 (or 0xF7ADC1) is unknown color: approx Cupid. HEX triplet: F7, AD and C1. RGB value is (247,173,193). Sum of RGB (Red+Green+Blue) = 247+173+193=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC1 is #08523E. Grayscale: #C5C5C5. Windows color (decimal): -545343 or 12692983. OLE color: 12692983.

HSL color Cylindrical-coordinate representation of color #F7ADC1: hue angle of 343.78º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADC1 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247173193-
CMYK00.300.220.03
HSL343.78º82.22%82.35%-
HSV(B)343.78º29.96%96.86%-
XYZ62.9353.5157.46-
YUV197.41125.52163.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=40.29%
G=28.22%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717319300.300.220.03343.7882.2282.35
HexF7ADC101E1631585252
Octal367255301036263530122122
Binary111101111010110111000001011110101101110101100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADC1; }

 p { color: rgb(247,173,193); }

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

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

 a { background-color: rgb(247,173,193); }

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

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

 span { border-color: rgb(247,173,193); }

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