Html Css Color HEX #F6AABA Cupid

📋 copy color: '#F6AABA'

red 246 ◦ green 170 ◦ blue 186

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

Shades of Cupid #F6AABA

Tints of Cupid #F6AABA

RGB

 RED value IS 246 (96.48% from 255) = 40.86%

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

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

R = 40.86%
G = 28.24%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6AABA (or 0xF6AABA) is known color: Cupid. HEX triplet: F6, AA and BA. RGB value is (246,170,186). Sum of RGB (Red+Green+Blue) = 246+170+186=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AABA is #095545. Grayscale: #C2C2C2. Windows color (decimal): -611654 or 12233462. OLE color: 12233462.

HSL color Cylindrical-coordinate representation of color #F6AABA: hue angle of 347.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AABA is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 186 -
CMYK 0 0.31 0.24 0.04
HSL 347.37º 0.81% 0.82% -
HSV(B) 347.37º 0.31% 0.96% -
XYZ 61.24 51.89 53.24 -
YUV 194.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 246 170 186 0 0.31 0.24 0.04 347.37 0.81 0.82
Hex F6 AA BA 0 1F 18 4 15B 51 52
Octal 366 252 272 0 37 30 4 533 121 122
Binary 11110110 10101010 10111010 0 11111 11000 100 101011011 1010001 1010010

Color Harmonies of #F6AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AABA

Black with #F6AABA

Text Example


Text Example

White with #F6AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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