Html Css Color HEX #F0A4BB Cupid

📋 copy color: '#F0A4BB'

red 240 ◦ green 164 ◦ blue 187

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

Shades of Cupid #F0A4BB

Tints of Cupid #F0A4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 40.61%
G = 27.75%
B = 31.64%

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

#F0A4BB (or 0xF0A4BB) is known color: Cupid. HEX triplet: F0, A4 and BB. RGB value is (240,164,187). Sum of RGB (Red+Green+Blue) = 240+164+187=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4BB is #0F5B44. Grayscale: #BDBDBD. Windows color (decimal): -1006405 or 12297456. OLE color: 12297456.

HSL color Cylindrical-coordinate representation of color #F0A4BB: hue angle of 341.84º 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 #F0A4BB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 187 -
CMYK 0 0.32 0.22 0.06
HSL 341.84º 0.72% 0.79% -
HSV(B) 341.84º 0.32% 0.94% -
XYZ 58.18 48.66 53.34 -
YUV 189.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 240 164 187 0 0.32 0.22 0.06 341.84 0.72 0.79
Hex F0 A4 BB 0 20 16 6 156 48 4F
Octal 360 244 273 0 40 26 6 526 110 117
Binary 11110000 10100100 10111011 0 100000 10110 110 101010110 1001000 1001111

Color Harmonies of #F0A4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A4BB

Black with #F0A4BB

Text Example


Text Example

White with #F0A4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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