Html Css Color HEX #F120B1 Spicy Pink

📋 copy color: '#F120B1'

red 241 ◦ green 32 ◦ blue 177

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

Shades of Spicy Pink #F120B1

Tints of Spicy Pink #F120B1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.11%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 53.56%
G = 7.11%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F120B1 (or 0xF120B1) is known color: Spicy Pink. HEX triplet: F1, 20 and B1. RGB value is (241,32,177). Sum of RGB (Red+Green+Blue) = 241+32+177=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120B1 is #0EDF4E. Grayscale: #6E6E6E. Windows color (decimal): -974671 or 11608305. OLE color: 11608305.

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

Color convert

RGB 241 32 177 -
CMYK 0 0.87 0.27 0.05
HSL 318.37º 0.88% 0.54% -
HSV(B) 318.37º 0.87% 0.95% -
XYZ 44.73 22.91 43.66 -
YUV 111.02 165.24 220.71 -
System Red Green Blue C M Y K H S L
Decimal 241 32 177 0 0.87 0.27 0.05 318.37 0.88 0.54
Hex F1 20 B1 0 57 1B 5 13E 58 36
Octal 361 40 261 0 127 33 5 476 130 66
Binary 11110001 100000 10110001 0 1010111 11011 101 100111110 1011000 110110

Color Harmonies of #F120B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120B1

Black with #F120B1

Text Example


Text Example

White with #F120B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120B1; }

 p { color: rgb(241,32,177); }

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

background-color css

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

 a { background-color: rgb(241,32,177); }

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

border-color css

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

 span { border-color: rgb(241,32,177); }

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