Html Css Color HEX #F124B5 Spicy Pink

📋 copy color: '#F124B5'

red 241 ◦ green 36 ◦ blue 181

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

Shades of Spicy Pink #F124B5

Tints of Spicy Pink #F124B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 52.62%
G = 7.86%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F124B5 (or 0xF124B5) is known color: Spicy Pink. HEX triplet: F1, 24 and B5. RGB value is (241,36,181). Sum of RGB (Red+Green+Blue) = 241+36+181=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F124B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124B5 is #0EDB4A. Grayscale: #717171. Windows color (decimal): -973643 or 11871473. OLE color: 11871473.

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

Color convert

RGB 241 36 181 -
CMYK 0 0.85 0.25 0.05
HSL 317.56º 0.88% 0.54% -
HSV(B) 317.56º 0.85% 0.95% -
XYZ 45.25 23.3 45.83 -
YUV 113.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 241 36 181 0 0.85 0.25 0.05 317.56 0.88 0.54
Hex F1 24 B5 0 55 19 5 13E 58 36
Octal 361 44 265 0 125 31 5 476 130 66
Binary 11110001 100100 10110101 0 1010101 11001 101 100111110 1011000 110110

Color Harmonies of #F124B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124B5

Black with #F124B5

Text Example


Text Example

White with #F124B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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