Html Css Color HEX #F124B9 Spicy Pink

📋 copy color: '#F124B9'

red 241 ◦ green 36 ◦ blue 185

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

Shades of Spicy Pink #F124B9

Tints of Spicy Pink #F124B9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.79%

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

R = 52.16%
G = 7.79%
B = 40.04%

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

#F124B9 (or 0xF124B9) is known color: Spicy Pink. HEX triplet: F1, 24 and B9. RGB value is (241,36,185). Sum of RGB (Red+Green+Blue) = 241+36+185=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F124B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124B9 is #0EDB46. Grayscale: #717171. Windows color (decimal): -973639 or 12133617. OLE color: 12133617.

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

Color convert

RGB 241 36 185 -
CMYK 0 0.85 0.23 0.05
HSL 316.39º 0.88% 0.54% -
HSV(B) 316.39º 0.85% 0.95% -
XYZ 45.66 23.47 48.02 -
YUV 114.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 241 36 185 0 0.85 0.23 0.05 316.39 0.88 0.54
Hex F1 24 B9 0 55 17 5 13C 58 36
Octal 361 44 271 0 125 27 5 474 130 66
Binary 11110001 100100 10111001 0 1010101 10111 101 100111100 1011000 110110

Color Harmonies of #F124B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124B9

Black with #F124B9

Text Example


Text Example

White with #F124B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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