Html Css Color HEX #F121B7 Spicy Pink

📋 copy color: '#F121B7'

red 241 ◦ green 33 ◦ blue 183

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

Shades of Spicy Pink #F121B7

Tints of Spicy Pink #F121B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 52.74%
G = 7.22%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F121B7 (or 0xF121B7) is known color: Spicy Pink. HEX triplet: F1, 21 and B7. RGB value is (241,33,183). Sum of RGB (Red+Green+Blue) = 241+33+183=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F121B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121B7 is #0EDE48. Grayscale: #6F6F6F. Windows color (decimal): -974409 or 12001777. OLE color: 12001777.

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

Color convert

RGB 241 33 183 -
CMYK 0 0.86 0.24 0.05
HSL 316.73º 0.88% 0.54% -
HSV(B) 316.73º 0.86% 0.95% -
XYZ 45.37 23.21 46.89 -
YUV 112.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 241 33 183 0 0.86 0.24 0.05 316.73 0.88 0.54
Hex F1 21 B7 0 56 18 5 13D 58 36
Octal 361 41 267 0 126 30 5 475 130 66
Binary 11110001 100001 10110111 0 1010110 11000 101 100111101 1011000 110110

Color Harmonies of #F121B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121B7

Black with #F121B7

Text Example


Text Example

White with #F121B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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