Html Css Color HEX #F123B9 Spicy Pink

📋 copy color: '#F123B9'

red 241 ◦ green 35 ◦ blue 185

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

Shades of Spicy Pink #F123B9

Tints of Spicy Pink #F123B9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.59%

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

R = 52.28%
G = 7.59%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F123B9 (or 0xF123B9) is known color: Spicy Pink. HEX triplet: F1, 23 and B9. RGB value is (241,35,185). Sum of RGB (Red+Green+Blue) = 241+35+185=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F123B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123B9 is #0EDC46. Grayscale: #717171. Windows color (decimal): -973895 or 12133361. OLE color: 12133361.

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

Color convert

RGB 241 35 185 -
CMYK 0 0.85 0.23 0.05
HSL 316.31º 0.88% 0.54% -
HSV(B) 316.31º 0.85% 0.95% -
XYZ 45.63 23.41 48.01 -
YUV 113.69 168.25 218.8 -
System Red Green Blue C M Y K H S L
Decimal 241 35 185 0 0.85 0.23 0.05 316.31 0.88 0.54
Hex F1 23 B9 0 55 17 5 13C 58 36
Octal 361 43 271 0 125 27 5 474 130 66
Binary 11110001 100011 10111001 0 1010101 10111 101 100111100 1011000 110110

Color Harmonies of #F123B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123B9

Black with #F123B9

Text Example


Text Example

White with #F123B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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