Html Css Color HEX #F7ACC5 Cupid

📋 copy color: '#F7ACC5'

red 247 ◦ green 172 ◦ blue 197

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

Shades of Cupid #F7ACC5

Tints of Cupid #F7ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

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

R = 40.1%
G = 27.92%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7ACC5 (or 0xF7ACC5) is known color: Cupid. HEX triplet: F7, AC and C5. RGB value is (247,172,197). Sum of RGB (Red+Green+Blue) = 247+172+197=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACC5 is #08533A. Grayscale: #C5C5C5. Windows color (decimal): -545595 or 12954871. OLE color: 12954871.

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

Color convert

RGB 247 172 197 -
CMYK 0 0.30 0.20 0.03
HSL 340º 0.82% 0.82% -
HSV(B) 340º 0.3% 0.97% -
XYZ 63.19 53.31 59.78 -
YUV 197.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 247 172 197 0 0.30 0.20 0.03 340 0.82 0.82
Hex F7 AC C5 0 1E 14 3 154 52 52
Octal 367 254 305 0 36 24 3 524 122 122
Binary 11110111 10101100 11000101 0 11110 10100 11 101010100 1010010 1010010

Color Harmonies of #F7ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ACC5

Black with #F7ACC5

Text Example


Text Example

White with #F7ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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