Html Css Color HEX #F10FAF Spicy Pink

📋 copy color: '#F10FAF'

red 241 ◦ green 15 ◦ blue 175

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

Shades of Spicy Pink #F10FAF

Tints of Spicy Pink #F10FAF

RGB

 RED value IS 241 (94.53% from 255) = 55.92%

 GREEN value IS 15 (6.25% from 255) = 3.48%

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

R = 55.92%
G = 3.48%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F10FAF (or 0xF10FAF) is known color: Spicy Pink. HEX triplet: F1, 0F and AF. RGB value is (241,15,175). Sum of RGB (Red+Green+Blue) = 241+15+175=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FAF is #0EF050. Grayscale: #646464. Windows color (decimal): -979025 or 11472881. OLE color: 11472881.

HSL color Cylindrical-coordinate representation of color #F10FAF: hue angle of 317.52º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FAF is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 175 -
CMYK 0 0.94 0.27 0.05
HSL 317.52º 0.89% 0.5% -
HSV(B) 317.52º 0.94% 0.95% -
XYZ 44.18 22.14 42.5 -
YUV 100.81 169.87 227.99 -
System Red Green Blue C M Y K H S L
Decimal 241 15 175 0 0.94 0.27 0.05 317.52 0.89 0.5
Hex F1 F AF 0 5E 1B 5 13E 59 32
Octal 361 17 257 0 136 33 5 476 131 62
Binary 11110001 1111 10101111 0 1011110 11011 101 100111110 1011001 110010

Color Harmonies of #F10FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FAF

Black with #F10FAF

Text Example


Text Example

White with #F10FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FAF; }

 p { color: rgb(241,15,175); }

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

background-color css

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

 a { background-color: rgb(241,15,175); }

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

border-color css

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

 span { border-color: rgb(241,15,175); }

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