Html Css Color HEX #F124B1 Spicy Pink

📋 copy color: '#F124B1'

red 241 ◦ green 36 ◦ blue 177

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

Shades of Spicy Pink #F124B1

Tints of Spicy Pink #F124B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 53.08%
G = 7.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F124B1 (or 0xF124B1) is known color: Spicy Pink. HEX triplet: F1, 24 and B1. RGB value is (241,36,177). Sum of RGB (Red+Green+Blue) = 241+36+177=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F124B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124B1 is #0EDB4E. Grayscale: #717171. Windows color (decimal): -973647 or 11609329. OLE color: 11609329.

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

Color convert

RGB 241 36 177 -
CMYK 0 0.85 0.27 0.05
HSL 318.73º 0.88% 0.54% -
HSV(B) 318.73º 0.85% 0.95% -
XYZ 44.84 23.14 43.7 -
YUV 113.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 241 36 177 0 0.85 0.27 0.05 318.73 0.88 0.54
Hex F1 24 B1 0 55 1B 5 13F 58 36
Octal 361 44 261 0 125 33 5 477 130 66
Binary 11110001 100100 10110001 0 1010101 11011 101 100111111 1011000 110110

Color Harmonies of #F124B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124B1

Black with #F124B1

Text Example


Text Example

White with #F124B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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