Html Css Color HEX #F7A4BC Cupid

📋 copy color: '#F7A4BC'

red 247 ◦ green 164 ◦ blue 188

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

Shades of Cupid #F7A4BC

Tints of Cupid #F7A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.38%

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 41.24%
G = 27.38%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7A4BC (or 0xF7A4BC) is known color: Cupid. HEX triplet: F7, A4 and BC. RGB value is (247,164,188). Sum of RGB (Red+Green+Blue) = 247+164+188=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4BC is #085B43. Grayscale: #BFBFBF. Windows color (decimal): -547652 or 12362999. OLE color: 12362999.

HSL color Cylindrical-coordinate representation of color #F7A4BC: hue angle of 342.65º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A4BC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 164 188 -
CMYK 0 0.34 0.24 0.03
HSL 342.65º 0.84% 0.81% -
HSV(B) 342.65º 0.34% 0.97% -
XYZ 60.71 49.96 54.02 -
YUV 191.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 247 164 188 0 0.34 0.24 0.03 342.65 0.84 0.81
Hex F7 A4 BC 0 22 18 3 157 54 51
Octal 367 244 274 0 42 30 3 527 124 121
Binary 11110111 10100100 10111100 0 100010 11000 11 101010111 1010100 1010001

Color Harmonies of #F7A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A4BC

Black with #F7A4BC

Text Example


Text Example

White with #F7A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A4BC; }

 p { color: rgb(247,164,188); }

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

background-color css

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

 a { background-color: rgb(247,164,188); }

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

border-color css

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

 span { border-color: rgb(247,164,188); }

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