Html Css Color HEX #F0A6BC Cupid

📋 copy color: '#F0A6BC'

red 240 ◦ green 166 ◦ blue 188

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

Shades of Cupid #F0A6BC

Tints of Cupid #F0A6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 40.4%
G = 27.95%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0A6BC (or 0xF0A6BC) is known color: Cupid. HEX triplet: F0, A6 and BC. RGB value is (240,166,188). Sum of RGB (Red+Green+Blue) = 240+166+188=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6BC is #0F5943. Grayscale: #BEBEBE. Windows color (decimal): -1005892 or 12363504. OLE color: 12363504.

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

Color convert

RGB 240 166 188 -
CMYK 0 0.31 0.22 0.06
HSL 342.16º 0.71% 0.8% -
HSV(B) 342.16º 0.31% 0.94% -
XYZ 58.65 49.43 54.03 -
YUV 190.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 240 166 188 0 0.31 0.22 0.06 342.16 0.71 0.8
Hex F0 A6 BC 0 1F 16 6 156 47 50
Octal 360 246 274 0 37 26 6 526 107 120
Binary 11110000 10100110 10111100 0 11111 10110 110 101010110 1000111 1010000

Color Harmonies of #F0A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A6BC

Black with #F0A6BC

Text Example


Text Example

White with #F0A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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