Html Css Color HEX #F7ACC2 Cupid

📋 copy color: '#F7ACC2'

red 247 ◦ green 172 ◦ blue 194

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

Shades of Cupid #F7ACC2

Tints of Cupid #F7ACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 40.29%
G = 28.06%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F7ACC2 (or 0xF7ACC2) is known color: Cupid. HEX triplet: F7, AC and C2. RGB value is (247,172,194). Sum of RGB (Red+Green+Blue) = 247+172+194=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACC2 is #08533D. Grayscale: #C4C4C4. Windows color (decimal): -545598 or 12758263. OLE color: 12758263.

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

Color convert

RGB 247 172 194 -
CMYK 0 0.30 0.21 0.03
HSL 342.4º 0.82% 0.82% -
HSV(B) 342.4º 0.3% 0.97% -
XYZ 62.85 53.17 57.99 -
YUV 196.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 247 172 194 0 0.30 0.21 0.03 342.4 0.82 0.82
Hex F7 AC C2 0 1E 15 3 156 52 52
Octal 367 254 302 0 36 25 3 526 122 122
Binary 11110111 10101100 11000010 0 11110 10101 11 101010110 1010010 1010010

Color Harmonies of #F7ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ACC2

Black with #F7ACC2

Text Example


Text Example

White with #F7ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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