Html Css Color HEX #F11AAF Spicy Pink

📋 copy color: '#F11AAF'

red 241 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #F11AAF

Tints of Spicy Pink #F11AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.88%

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

R = 54.52%
G = 5.88%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F11AAF (or 0xF11AAF) is known color: Spicy Pink. HEX triplet: F1, 1A and AF. RGB value is (241,26,175). Sum of RGB (Red+Green+Blue) = 241+26+175=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AAF is #0EE550. Grayscale: #6A6A6A. Windows color (decimal): -976209 or 11475697. OLE color: 11475697.

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

Color convert

RGB 241 26 175 -
CMYK 0 0.89 0.27 0.05
HSL 318.42º 0.88% 0.52% -
HSV(B) 318.42º 0.89% 0.95% -
XYZ 44.38 22.53 42.57 -
YUV 107.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 241 26 175 0 0.89 0.27 0.05 318.42 0.88 0.52
Hex F1 1A AF 0 59 1B 5 13E 58 34
Octal 361 32 257 0 131 33 5 476 130 64
Binary 11110001 11010 10101111 0 1011001 11011 101 100111110 1011000 110100

Color Harmonies of #F11AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11AAF

Black with #F11AAF

Text Example


Text Example

White with #F11AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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