Html Css Color HEX #F010AD Spicy Pink

📋 copy color: '#F010AD'

red 240 ◦ green 16 ◦ blue 173

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

Shades of Spicy Pink #F010AD

Tints of Spicy Pink #F010AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.73%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 55.94%
G = 3.73%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F010AD (or 0xF010AD) is known color: Spicy Pink. HEX triplet: F0, 10 and AD. RGB value is (240,16,173). Sum of RGB (Red+Green+Blue) = 240+16+173=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F010AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010AD is #0FEF52. Grayscale: #646464. Windows color (decimal): -1044307 or 11342064. OLE color: 11342064.

HSL color Cylindrical-coordinate representation of color #F010AD: hue angle of 317.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010AD is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 173 -
CMYK 0 0.93 0.28 0.06
HSL 317.95º 0.88% 0.5% -
HSV(B) 317.95º 0.93% 0.94% -
XYZ 43.66 21.91 41.46 -
YUV 100.87 168.71 227.23 -
System Red Green Blue C M Y K H S L
Decimal 240 16 173 0 0.93 0.28 0.06 317.95 0.88 0.5
Hex F0 10 AD 0 5D 1C 6 13E 58 32
Octal 360 20 255 0 135 34 6 476 130 62
Binary 11110000 10000 10101101 0 1011101 11100 110 100111110 1011000 110010

Color Harmonies of #F010AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010AD

Black with #F010AD

Text Example


Text Example

White with #F010AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010AD; }

 p { color: rgb(240,16,173); }

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

background-color css

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

 a { background-color: rgb(240,16,173); }

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

border-color css

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

 span { border-color: rgb(240,16,173); }

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