Html Css Color HEX #F0A6BF Cupid

📋 copy color: '#F0A6BF'

red 240 ◦ green 166 ◦ blue 191

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

Shades of Cupid #F0A6BF

Tints of Cupid #F0A6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.81%

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

R = 40.2%
G = 27.81%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0A6BF (or 0xF0A6BF) is known color: Cupid. HEX triplet: F0, A6 and BF. RGB value is (240,166,191). Sum of RGB (Red+Green+Blue) = 240+166+191=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6BF is #0F5940. Grayscale: #BEBEBE. Windows color (decimal): -1005889 or 12560112. OLE color: 12560112.

HSL color Cylindrical-coordinate representation of color #F0A6BF: hue angle of 339.73º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6BF is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 166 191 -
CMYK 0 0.31 0.20 0.06
HSL 339.73º 0.71% 0.8% -
HSV(B) 339.73º 0.31% 0.94% -
XYZ 58.98 49.56 55.75 -
YUV 190.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 240 166 191 0 0.31 0.20 0.06 339.73 0.71 0.8
Hex F0 A6 BF 0 1F 14 6 154 47 50
Octal 360 246 277 0 37 24 6 524 107 120
Binary 11110000 10100110 10111111 0 11111 10100 110 101010100 1000111 1010000

Color Harmonies of #F0A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A6BF

Black with #F0A6BF

Text Example


Text Example

White with #F0A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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