Html Css Color HEX #F7ABC1 Cupid

📋 copy color: '#F7ABC1'

red 247 ◦ green 171 ◦ blue 193

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

Shades of Cupid #F7ABC1

Tints of Cupid #F7ABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.59%

R = 40.43%
G = 27.99%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F7ABC1 (or 0xF7ABC1) is known color: Cupid. HEX triplet: F7, AB and C1. RGB value is (247,171,193). Sum of RGB (Red+Green+Blue) = 247+171+193=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC1 is #08543E. Grayscale: #C4C4C4. Windows color (decimal): -545855 or 12692471. OLE color: 12692471.

HSL color Cylindrical-coordinate representation of color #F7ABC1: hue angle of 342.63º 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 #F7ABC1 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 171 193 -
CMYK 0 0.31 0.22 0.03
HSL 342.63º 0.83% 0.82% -
HSV(B) 342.63º 0.31% 0.97% -
XYZ 62.55 52.75 57.34 -
YUV 196.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 247 171 193 0 0.31 0.22 0.03 342.63 0.83 0.82
Hex F7 AB C1 0 1F 16 3 157 53 52
Octal 367 253 301 0 37 26 3 527 123 122
Binary 11110111 10101011 11000001 0 11111 10110 11 101010111 1010011 1010010

Color Harmonies of #F7ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ABC1

Black with #F7ABC1

Text Example


Text Example

White with #F7ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ABC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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