Html Css Color HEX #F010AF Spicy Pink

📋 copy color: '#F010AF'

red 240 ◦ green 16 ◦ blue 175

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

Shades of Spicy Pink #F010AF

Tints of Spicy Pink #F010AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 55.68%
G = 3.71%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F010AF (or 0xF010AF) is known color: Spicy Pink. HEX triplet: F0, 10 and AF. RGB value is (240,16,175). Sum of RGB (Red+Green+Blue) = 240+16+175=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F010AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010AF is #0FEF50. Grayscale: #646464. Windows color (decimal): -1044305 or 11473136. OLE color: 11473136.

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

Color convert

RGB 240 16 175 -
CMYK 0 0.93 0.27 0.06
HSL 317.41º 0.88% 0.5% -
HSV(B) 317.41º 0.93% 0.94% -
XYZ 43.86 21.99 42.49 -
YUV 101.1 169.71 227.07 -
System Red Green Blue C M Y K H S L
Decimal 240 16 175 0 0.93 0.27 0.06 317.41 0.88 0.5
Hex F0 10 AF 0 5D 1B 6 13D 58 32
Octal 360 20 257 0 135 33 6 475 130 62
Binary 11110000 10000 10101111 0 1011101 11011 110 100111101 1011000 110010

Color Harmonies of #F010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010AF

Black with #F010AF

Text Example


Text Example

White with #F010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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