Html Css Color HEX #F121BB Spicy Pink

📋 copy color: '#F121BB'

red 241 ◦ green 33 ◦ blue 187

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

Shades of Spicy Pink #F121BB

Tints of Spicy Pink #F121BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 52.28%
G = 7.16%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F121BB (or 0xF121BB) is known color: Spicy Pink. HEX triplet: F1, 21 and BB. RGB value is (241,33,187). Sum of RGB (Red+Green+Blue) = 241+33+187=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F121BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121BB is #0EDE44. Grayscale: #707070. Windows color (decimal): -974405 or 12263921. OLE color: 12263921.

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

Color convert

RGB 241 33 187 -
CMYK 0 0.86 0.22 0.05
HSL 315.58º 0.88% 0.54% -
HSV(B) 315.58º 0.86% 0.95% -
XYZ 45.79 23.38 49.11 -
YUV 112.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 241 33 187 0 0.86 0.22 0.05 315.58 0.88 0.54
Hex F1 21 BB 0 56 16 5 13C 58 36
Octal 361 41 273 0 126 26 5 474 130 66
Binary 11110001 100001 10111011 0 1010110 10110 101 100111100 1011000 110110

Color Harmonies of #F121BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121BB

Black with #F121BB

Text Example


Text Example

White with #F121BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121BB; }

 p { color: rgb(241,33,187); }

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

background-color css

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

 a { background-color: rgb(241,33,187); }

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

border-color css

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

 span { border-color: rgb(241,33,187); }

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