Html Css Color HEX #F0A4BA Cupid

📋 copy color: '#F0A4BA'

red 240 ◦ green 164 ◦ blue 186

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

Shades of Cupid #F0A4BA

Tints of Cupid #F0A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.8%

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

R = 40.68%
G = 27.8%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0A4BA (or 0xF0A4BA) is known color: Cupid. HEX triplet: F0, A4 and BA. RGB value is (240,164,186). Sum of RGB (Red+Green+Blue) = 240+164+186=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4BA is #0F5B45. Grayscale: #BDBDBD. Windows color (decimal): -1006406 or 12231920. OLE color: 12231920.

HSL color Cylindrical-coordinate representation of color #F0A4BA: hue angle of 342.63º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4BA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 186 -
CMYK 0 0.32 0.22 0.06
HSL 342.63º 0.72% 0.79% -
HSV(B) 342.63º 0.32% 0.94% -
XYZ 58.07 48.62 52.78 -
YUV 189.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 240 164 186 0 0.32 0.22 0.06 342.63 0.72 0.79
Hex F0 A4 BA 0 20 16 6 157 48 4F
Octal 360 244 272 0 40 26 6 527 110 117
Binary 11110000 10100100 10111010 0 100000 10110 110 101010111 1001000 1001111

Color Harmonies of #F0A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A4BA

Black with #F0A4BA

Text Example


Text Example

White with #F0A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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