Html Css Color HEX #F7ABC5 Cupid

📋 copy color: '#F7ABC5'

red 247 ◦ green 171 ◦ blue 197

#F7ABC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #F7ABC5

Tints of Cupid #F7ABC5

RGB

 RED value IS 247 (96.88% from 255) = 40.16%

 GREEN value IS 171 (67.19% from 255) = 27.8%

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 40.16%
G = 27.8%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7ABC5 (or 0xF7ABC5) is known color: Cupid. HEX triplet: F7, AB and C5. RGB value is (247,171,197). Sum of RGB (Red+Green+Blue) = 247+171+197=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC5 is #08543A. Grayscale: #C4C4C4. Windows color (decimal): -545851 or 12954615. OLE color: 12954615.

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

Color convert

RGB 247 171 197 -
CMYK 0 0.31 0.20 0.03
HSL 339.47º 0.83% 0.82% -
HSV(B) 339.47º 0.31% 0.97% -
XYZ 63 52.93 59.72 -
YUV 196.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 247 171 197 0 0.31 0.20 0.03 339.47 0.83 0.82
Hex F7 AB C5 0 1F 14 3 153 53 52
Octal 367 253 305 0 37 24 3 523 123 122
Binary 11110111 10101011 11000101 0 11111 10100 11 101010011 1010011 1010010

Color Harmonies of #F7ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ABC5

Black with #F7ABC5

Text Example


Text Example

White with #F7ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ABC5; }

 p { color: rgb(247,171,197); }

 H1.HeaderClassName
 {
   color: #F7ABC5;
 }
 .AnyTagClassName
 {
   color: #F7ABC5;
 }
</style>

background-color css

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

 a { background-color: rgb(247,171,197); }

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

border-color css

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

 span { border-color: rgb(247,171,197); }

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