Html Css Color HEX #F0A9BA Cupid

📋 copy color: '#F0A9BA'

red 240 ◦ green 169 ◦ blue 186

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

Shades of Cupid #F0A9BA

Tints of Cupid #F0A9BA

RGB

 RED value IS 240 (94.14% from 255) = 40.34%

 GREEN value IS 169 (66.41% from 255) = 28.4%

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

R = 40.34%
G = 28.4%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0A9BA (or 0xF0A9BA) is known color: Cupid. HEX triplet: F0, A9 and BA. RGB value is (240,169,186). Sum of RGB (Red+Green+Blue) = 240+169+186=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9BA is #0F5645. Grayscale: #C0C0C0. Windows color (decimal): -1005126 or 12233200. OLE color: 12233200.

HSL color Cylindrical-coordinate representation of color #F0A9BA: hue angle of 345.63º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9BA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 169 186 -
CMYK 0 0.30 0.22 0.06
HSL 345.63º 0.7% 0.8% -
HSV(B) 345.63º 0.3% 0.94% -
XYZ 58.99 50.45 53.08 -
YUV 192.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 240 169 186 0 0.30 0.22 0.06 345.63 0.7 0.8
Hex F0 A9 BA 0 1E 16 6 15A 46 50
Octal 360 251 272 0 36 26 6 532 106 120
Binary 11110000 10101001 10111010 0 11110 10110 110 101011010 1000110 1010000

Color Harmonies of #F0A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9BA

Black with #F0A9BA

Text Example


Text Example

White with #F0A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9BA; }

 p { color: rgb(240,169,186); }

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

background-color css

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

 a { background-color: rgb(240,169,186); }

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

border-color css

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

 span { border-color: rgb(240,169,186); }

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