Html Css Color HEX #F0A7BF Cupid

📋 copy color: '#F0A7BF'

red 240 ◦ green 167 ◦ blue 191

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

Shades of Cupid #F0A7BF

Tints of Cupid #F0A7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.93%

 BLUE value IS 191 (75% from 255) = 31.94%

R = 40.13%
G = 27.93%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0A7BF (or 0xF0A7BF) is known color: Cupid. HEX triplet: F0, A7 and BF. RGB value is (240,167,191). Sum of RGB (Red+Green+Blue) = 240+167+191=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7BF is #0F5840. Grayscale: #BFBFBF. Windows color (decimal): -1005633 or 12560368. OLE color: 12560368.

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

Color convert

RGB 240 167 191 -
CMYK 0 0.30 0.20 0.06
HSL 340.27º 0.71% 0.8% -
HSV(B) 340.27º 0.3% 0.94% -
XYZ 59.16 49.92 55.81 -
YUV 191.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 240 167 191 0 0.30 0.20 0.06 340.27 0.71 0.8
Hex F0 A7 BF 0 1E 14 6 154 47 50
Octal 360 247 277 0 36 24 6 524 107 120
Binary 11110000 10100111 10111111 0 11110 10100 110 101010100 1000111 1010000

Color Harmonies of #F0A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A7BF

Black with #F0A7BF

Text Example


Text Example

White with #F0A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A7BF; }

 p { color: rgb(240,167,191); }

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

background-color css

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

 a { background-color: rgb(240,167,191); }

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

border-color css

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

 span { border-color: rgb(240,167,191); }

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