Html Css Color HEX #F11BA6 Spicy Pink

📋 copy color: '#F11BA6'

red 241 ◦ green 27 ◦ blue 166

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

Shades of Spicy Pink #F11BA6

Tints of Spicy Pink #F11BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.22%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 55.53%
G = 6.22%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F11BA6 (or 0xF11BA6) is known color: Spicy Pink. HEX triplet: F1, 1B and A6. RGB value is (241,27,166). Sum of RGB (Red+Green+Blue) = 241+27+166=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11BA6 is #0EE459. Grayscale: #6A6A6A. Windows color (decimal): -975962 or 10886129. OLE color: 10886129.

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

Color convert

RGB 241 27 166 -
CMYK 0 0.89 0.31 0.05
HSL 321.03º 0.88% 0.53% -
HSV(B) 321.03º 0.89% 0.95% -
XYZ 43.55 22.24 38.07 -
YUV 106.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 241 27 166 0 0.89 0.31 0.05 321.03 0.88 0.53
Hex F1 1B A6 0 59 1F 5 141 58 35
Octal 361 33 246 0 131 37 5 501 130 65
Binary 11110001 11011 10100110 0 1011001 11111 101 101000001 1011000 110101

Color Harmonies of #F11BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11BA6

Black with #F11BA6

Text Example


Text Example

White with #F11BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11BA6; }

 p { color: rgb(241,27,166); }

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

background-color css

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

 a { background-color: rgb(241,27,166); }

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

border-color css

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

 span { border-color: rgb(241,27,166); }

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