Html Css Color HEX #F5AABA Cupid

📋 copy color: '#F5AABA'

red 245 ◦ green 170 ◦ blue 186

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

Shades of Cupid #F5AABA

Tints of Cupid #F5AABA

RGB

 RED value IS 245 (96.09% from 255) = 40.77%

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

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

R = 40.77%
G = 28.29%
B = 30.95%

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

#F5AABA (or 0xF5AABA) is known color: Cupid. HEX triplet: F5, AA and BA. RGB value is (245,170,186). Sum of RGB (Red+Green+Blue) = 245+170+186=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AABA is #0A5545. Grayscale: #C2C2C2. Windows color (decimal): -677190 or 12233461. OLE color: 12233461.

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

Color convert

RGB 245 170 186 -
CMYK 0 0.31 0.24 0.04
HSL 347.2º 0.79% 0.81% -
HSV(B) 347.2º 0.31% 0.96% -
XYZ 60.89 51.71 53.23 -
YUV 194.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 245 170 186 0 0.31 0.24 0.04 347.2 0.79 0.81
Hex F5 AA BA 0 1F 18 4 15B 4F 51
Octal 365 252 272 0 37 30 4 533 117 121
Binary 11110101 10101010 10111010 0 11111 11000 100 101011011 1001111 1010001

Color Harmonies of #F5AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AABA

Black with #F5AABA

Text Example


Text Example

White with #F5AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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