Html Css Color HEX #F7AABA Cupid

📋 copy color: '#F7AABA'

red 247 ◦ green 170 ◦ blue 186

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

Shades of Cupid #F7AABA

Tints of Cupid #F7AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 186 (73.05% from 255) = 30.85%

R = 40.96%
G = 28.19%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7AABA (or 0xF7AABA) is known color: Cupid. HEX triplet: F7, AA and BA. RGB value is (247,170,186). Sum of RGB (Red+Green+Blue) = 247+170+186=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AABA is #085545. Grayscale: #C2C2C2. Windows color (decimal): -546118 or 12233463. OLE color: 12233463.

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

Color convert

RGB 247 170 186 -
CMYK 0 0.31 0.25 0.03
HSL 347.53º 0.83% 0.82% -
HSV(B) 347.53º 0.31% 0.97% -
XYZ 61.6 52.07 53.26 -
YUV 194.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 247 170 186 0 0.31 0.25 0.03 347.53 0.83 0.82
Hex F7 AA BA 0 1F 19 3 15C 53 52
Octal 367 252 272 0 37 31 3 534 123 122
Binary 11110111 10101010 10111010 0 11111 11001 11 101011100 1010011 1010010

Color Harmonies of #F7AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AABA

Black with #F7AABA

Text Example


Text Example

White with #F7AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AABA; }

 p { color: rgb(247,170,186); }

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

background-color css

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

 a { background-color: rgb(247,170,186); }

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

border-color css

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

 span { border-color: rgb(247,170,186); }

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