Html Css Color HEX #F7A6BE Cupid

📋 copy color: '#F7A6BE'

red 247 ◦ green 166 ◦ blue 190

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

Shades of Cupid #F7A6BE

Tints of Cupid #F7A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.53%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 40.96%
G = 27.53%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7A6BE (or 0xF7A6BE) is known color: Cupid. HEX triplet: F7, A6 and BE. RGB value is (247,166,190). Sum of RGB (Red+Green+Blue) = 247+166+190=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6BE is #085941. Grayscale: #C0C0C0. Windows color (decimal): -547138 or 12494583. OLE color: 12494583.

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

Color convert

RGB 247 166 190 -
CMYK 0 0.33 0.23 0.03
HSL 342.22º 0.84% 0.81% -
HSV(B) 342.22º 0.33% 0.97% -
XYZ 61.29 50.76 55.28 -
YUV 192.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 247 166 190 0 0.33 0.23 0.03 342.22 0.84 0.81
Hex F7 A6 BE 0 21 17 3 156 54 51
Octal 367 246 276 0 41 27 3 526 124 121
Binary 11110111 10100110 10111110 0 100001 10111 11 101010110 1010100 1010001

Color Harmonies of #F7A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6BE

Black with #F7A6BE

Text Example


Text Example

White with #F7A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6BE; }

 p { color: rgb(247,166,190); }

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

background-color css

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

 a { background-color: rgb(247,166,190); }

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

border-color css

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

 span { border-color: rgb(247,166,190); }

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