Html Css Color HEX #F124AC Spicy Pink

📋 copy color: '#F124AC'

red 241 ◦ green 36 ◦ blue 172

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

Shades of Spicy Pink #F124AC

Tints of Spicy Pink #F124AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 53.67%
G = 8.02%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F124AC (or 0xF124AC) is known color: Spicy Pink. HEX triplet: F1, 24 and AC. RGB value is (241,36,172). Sum of RGB (Red+Green+Blue) = 241+36+172=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F124AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124AC is #0EDB53. Grayscale: #707070. Windows color (decimal): -973652 or 11281649. OLE color: 11281649.

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

Color convert

RGB 241 36 172 -
CMYK 0 0.85 0.29 0.05
HSL 320.2º 0.88% 0.54% -
HSV(B) 320.2º 0.85% 0.95% -
XYZ 44.35 22.94 41.12 -
YUV 112.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 241 36 172 0 0.85 0.29 0.05 320.2 0.88 0.54
Hex F1 24 AC 0 55 1D 5 140 58 36
Octal 361 44 254 0 125 35 5 500 130 66
Binary 11110001 100100 10101100 0 1010101 11101 101 101000000 1011000 110110

Color Harmonies of #F124AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124AC

Black with #F124AC

Text Example


Text Example

White with #F124AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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