Html Css Color HEX #F124AD Spicy Pink

📋 copy color: '#F124AD'

red 241 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #F124AD

Tints of Spicy Pink #F124AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 53.56%
G = 8%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F124AD (or 0xF124AD) is known color: Spicy Pink. HEX triplet: F1, 24 and AD. RGB value is (241,36,173). Sum of RGB (Red+Green+Blue) = 241+36+173=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F124AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124AD is #0EDB52. Grayscale: #707070. Windows color (decimal): -973651 or 11347185. OLE color: 11347185.

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

Color convert

RGB 241 36 173 -
CMYK 0 0.85 0.28 0.05
HSL 319.9º 0.88% 0.54% -
HSV(B) 319.9º 0.85% 0.95% -
XYZ 44.45 22.98 41.63 -
YUV 112.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 241 36 173 0 0.85 0.28 0.05 319.9 0.88 0.54
Hex F1 24 AD 0 55 1C 5 140 58 36
Octal 361 44 255 0 125 34 5 500 130 66
Binary 11110001 100100 10101101 0 1010101 11100 101 101000000 1011000 110110

Color Harmonies of #F124AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124AD

Black with #F124AD

Text Example


Text Example

White with #F124AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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