Html Css Color HEX #F121B4 Spicy Pink

📋 copy color: '#F121B4'

red 241 ◦ green 33 ◦ blue 180

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

Shades of Spicy Pink #F121B4

Tints of Spicy Pink #F121B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 53.08%
G = 7.27%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F121B4 (or 0xF121B4) is known color: Spicy Pink. HEX triplet: F1, 21 and B4. RGB value is (241,33,180). Sum of RGB (Red+Green+Blue) = 241+33+180=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F121B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121B4 is #0EDE4B. Grayscale: #6F6F6F. Windows color (decimal): -974412 or 11805169. OLE color: 11805169.

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

Color convert

RGB 241 33 180 -
CMYK 0 0.86 0.25 0.05
HSL 317.6º 0.88% 0.54% -
HSV(B) 317.6º 0.86% 0.95% -
XYZ 45.06 23.08 45.26 -
YUV 111.95 166.41 220.05 -
System Red Green Blue C M Y K H S L
Decimal 241 33 180 0 0.86 0.25 0.05 317.6 0.88 0.54
Hex F1 21 B4 0 56 19 5 13E 58 36
Octal 361 41 264 0 126 31 5 476 130 66
Binary 11110001 100001 10110100 0 1010110 11001 101 100111110 1011000 110110

Color Harmonies of #F121B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121B4

Black with #F121B4

Text Example


Text Example

White with #F121B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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