Html Css Color HEX #F11BA4 Spicy Pink

📋 copy color: '#F11BA4'

red 241 ◦ green 27 ◦ blue 164

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

Shades of Spicy Pink #F11BA4

Tints of Spicy Pink #F11BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 55.79%
G = 6.25%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F11BA4 (or 0xF11BA4) is known color: Spicy Pink. HEX triplet: F1, 1B and A4. RGB value is (241,27,164). Sum of RGB (Red+Green+Blue) = 241+27+164=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11BA4 is #0EE45B. Grayscale: #6A6A6A. Windows color (decimal): -975964 or 10755057. OLE color: 10755057.

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

Color convert

RGB 241 27 164 -
CMYK 0 0.89 0.32 0.05
HSL 321.59º 0.88% 0.53% -
HSV(B) 321.59º 0.89% 0.95% -
XYZ 43.37 22.16 37.11 -
YUV 106.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 241 27 164 0 0.89 0.32 0.05 321.59 0.88 0.53
Hex F1 1B A4 0 59 20 5 142 58 35
Octal 361 33 244 0 131 40 5 502 130 65
Binary 11110001 11011 10100100 0 1011001 100000 101 101000010 1011000 110101

Color Harmonies of #F11BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11BA4

Black with #F11BA4

Text Example


Text Example

White with #F11BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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