Html Css Color HEX #F0A8BE Cupid

📋 copy color: '#F0A8BE'

red 240 ◦ green 168 ◦ blue 190

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

Shades of Cupid #F0A8BE

Tints of Cupid #F0A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.09%

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 40.13%
G = 28.09%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0A8BE (or 0xF0A8BE) is known color: Cupid. HEX triplet: F0, A8 and BE. RGB value is (240,168,190). Sum of RGB (Red+Green+Blue) = 240+168+190=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A8BE is #0F5741. Grayscale: #C0C0C0. Windows color (decimal): -1005378 or 12495088. OLE color: 12495088.

HSL color Cylindrical-coordinate representation of color #F0A8BE: hue angle of 341.67º degrees, saturation: 0.71, 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 #F0A8BE is Cyan = 0, Magento = 0.3, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 190 -
CMYK 0 0.3 0.21 0.06
HSL 341.67º 0.71% 0.8% -
HSV(B) 341.67º 0.3% 0.94% -
XYZ 59.23 50.25 55.29 -
YUV 192.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 240 168 190 0 0.3 0.21 0.06 341.67 0.71 0.8
Hex F0 A8 BE 0 1E 15 6 156 47 50
Octal 360 250 276 0 36 25 6 526 107 120
Binary 11110000 10101000 10111110 0 11110 10101 110 101010110 1000111 1010000

Color Harmonies of #F0A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8BE

Black with #F0A8BE

Text Example


Text Example

White with #F0A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8BE; }

 p { color: rgb(240,168,190); }

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

background-color css

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

 a { background-color: rgb(240,168,190); }

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

border-color css

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

 span { border-color: rgb(240,168,190); }

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