Html Css Color HEX #F120B9 Spicy Pink

📋 copy color: '#F120B9'

red 241 ◦ green 32 ◦ blue 185

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

Shades of Spicy Pink #F120B9

Tints of Spicy Pink #F120B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 52.62%
G = 6.99%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F120B9 (or 0xF120B9) is known color: Spicy Pink. HEX triplet: F1, 20 and B9. RGB value is (241,32,185). Sum of RGB (Red+Green+Blue) = 241+32+185=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120B9 is #0EDF46. Grayscale: #6F6F6F. Windows color (decimal): -974663 or 12132593. OLE color: 12132593.

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

Color convert

RGB 241 32 185 -
CMYK 0 0.87 0.23 0.05
HSL 316.08º 0.88% 0.54% -
HSV(B) 316.08º 0.87% 0.95% -
XYZ 45.55 23.24 47.98 -
YUV 111.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 241 32 185 0 0.87 0.23 0.05 316.08 0.88 0.54
Hex F1 20 B9 0 57 17 5 13C 58 36
Octal 361 40 271 0 127 27 5 474 130 66
Binary 11110001 100000 10111001 0 1010111 10111 101 100111100 1011000 110110

Color Harmonies of #F120B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120B9

Black with #F120B9

Text Example


Text Example

White with #F120B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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