Html Css Color HEX #F122B9 Spicy Pink

📋 copy color: '#F122B9'

red 241 ◦ green 34 ◦ blue 185

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

Shades of Spicy Pink #F122B9

Tints of Spicy Pink #F122B9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.39%

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

R = 52.39%
G = 7.39%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F122B9 (or 0xF122B9) is known color: Spicy Pink. HEX triplet: F1, 22 and B9. RGB value is (241,34,185). Sum of RGB (Red+Green+Blue) = 241+34+185=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F122B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122B9 is #0EDD46. Grayscale: #707070. Windows color (decimal): -974151 or 12133105. OLE color: 12133105.

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

Color convert

RGB 241 34 185 -
CMYK 0 0.86 0.23 0.05
HSL 316.23º 0.88% 0.54% -
HSV(B) 316.23º 0.86% 0.95% -
XYZ 45.6 23.35 48 -
YUV 113.11 168.58 219.22 -
System Red Green Blue C M Y K H S L
Decimal 241 34 185 0 0.86 0.23 0.05 316.23 0.88 0.54
Hex F1 22 B9 0 56 17 5 13C 58 36
Octal 361 42 271 0 126 27 5 474 130 66
Binary 11110001 100010 10111001 0 1010110 10111 101 100111100 1011000 110110

Color Harmonies of #F122B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122B9

Black with #F122B9

Text Example


Text Example

White with #F122B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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