Html Css Color HEX #F120B7 Spicy Pink

📋 copy color: '#F120B7'

red 241 ◦ green 32 ◦ blue 183

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

Shades of Spicy Pink #F120B7

Tints of Spicy Pink #F120B7

RGB

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

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

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

R = 52.85%
G = 7.02%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F120B7 (or 0xF120B7) is known color: Spicy Pink. HEX triplet: F1, 20 and B7. RGB value is (241,32,183). Sum of RGB (Red+Green+Blue) = 241+32+183=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120B7 is #0EDF48. Grayscale: #6F6F6F. Windows color (decimal): -974665 or 12001521. OLE color: 12001521.

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

Color convert

RGB 241 32 183 -
CMYK 0 0.87 0.24 0.05
HSL 316.65º 0.88% 0.54% -
HSV(B) 316.65º 0.87% 0.95% -
XYZ 45.34 23.15 46.88 -
YUV 111.71 168.24 220.22 -
System Red Green Blue C M Y K H S L
Decimal 241 32 183 0 0.87 0.24 0.05 316.65 0.88 0.54
Hex F1 20 B7 0 57 18 5 13D 58 36
Octal 361 40 267 0 127 30 5 475 130 66
Binary 11110001 100000 10110111 0 1010111 11000 101 100111101 1011000 110110

Color Harmonies of #F120B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120B7

Black with #F120B7

Text Example


Text Example

White with #F120B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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