Html Css Color HEX #F111AD Spicy Pink

📋 copy color: '#F111AD'

red 241 ◦ green 17 ◦ blue 173

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

Shades of Spicy Pink #F111AD

Tints of Spicy Pink #F111AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 55.92%
G = 3.94%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F111AD (or 0xF111AD) is known color: Spicy Pink. HEX triplet: F1, 11 and AD. RGB value is (241,17,173). Sum of RGB (Red+Green+Blue) = 241+17+173=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F111AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111AD is #0EEE52. Grayscale: #656565. Windows color (decimal): -978515 or 11342321. OLE color: 11342321.

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

Color convert

RGB 241 17 173 -
CMYK 0 0.93 0.28 0.05
HSL 318.21º 0.89% 0.51% -
HSV(B) 318.21º 0.93% 0.95% -
XYZ 44.02 22.12 41.48 -
YUV 101.76 168.21 227.32 -
System Red Green Blue C M Y K H S L
Decimal 241 17 173 0 0.93 0.28 0.05 318.21 0.89 0.51
Hex F1 11 AD 0 5D 1C 5 13E 59 33
Octal 361 21 255 0 135 34 5 476 131 63
Binary 11110001 10001 10101101 0 1011101 11100 101 100111110 1011001 110011

Color Harmonies of #F111AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111AD

Black with #F111AD

Text Example


Text Example

White with #F111AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111AD; }

 p { color: rgb(241,17,173); }

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

background-color css

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

 a { background-color: rgb(241,17,173); }

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

border-color css

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

 span { border-color: rgb(241,17,173); }

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