Html Css Color HEX #F11AA1 Spicy Pink

📋 copy color: '#F11AA1'

red 241 ◦ green 26 ◦ blue 161

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

Shades of Spicy Pink #F11AA1

Tints of Spicy Pink #F11AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 56.31%
G = 6.07%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F11AA1 (or 0xF11AA1) is known color: Spicy Pink. HEX triplet: F1, 1A and A1. RGB value is (241,26,161). Sum of RGB (Red+Green+Blue) = 241+26+161=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AA1 is #0EE55E. Grayscale: #696969. Windows color (decimal): -976223 or 10558193. OLE color: 10558193.

HSL color Cylindrical-coordinate representation of color #F11AA1: hue angle of 322.33º 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 #F11AA1 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 26 161 -
CMYK 0 0.89 0.33 0.05
HSL 322.33º 0.88% 0.52% -
HSV(B) 322.33º 0.89% 0.95% -
XYZ 43.08 22.01 35.7 -
YUV 105.68 159.23 224.52 -
System Red Green Blue C M Y K H S L
Decimal 241 26 161 0 0.89 0.33 0.05 322.33 0.88 0.52
Hex F1 1A A1 0 59 21 5 142 58 34
Octal 361 32 241 0 131 41 5 502 130 64
Binary 11110001 11010 10100001 0 1011001 100001 101 101000010 1011000 110100

Color Harmonies of #F11AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11AA1

Black with #F11AA1

Text Example


Text Example

White with #F11AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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