Html Css Color HEX #F124AA Spicy Pink

📋 copy color: '#F124AA'

red 241 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #F124AA

Tints of Spicy Pink #F124AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 53.91%
G = 8.05%
B = 38.03%

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

#F124AA (or 0xF124AA) is known color: Spicy Pink. HEX triplet: F1, 24 and AA. RGB value is (241,36,170). Sum of RGB (Red+Green+Blue) = 241+36+170=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F124AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124AA is #0EDB55. Grayscale: #707070. Windows color (decimal): -973654 or 11150577. OLE color: 11150577.

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

Color convert

RGB 241 36 170 -
CMYK 0 0.85 0.29 0.05
HSL 320.78º 0.88% 0.54% -
HSV(B) 320.78º 0.85% 0.95% -
XYZ 44.16 22.86 40.12 -
YUV 112.57 160.42 219.6 -
System Red Green Blue C M Y K H S L
Decimal 241 36 170 0 0.85 0.29 0.05 320.78 0.88 0.54
Hex F1 24 AA 0 55 1D 5 141 58 36
Octal 361 44 252 0 125 35 5 501 130 66
Binary 11110001 100100 10101010 0 1010101 11101 101 101000001 1011000 110110

Color Harmonies of #F124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124AA

Black with #F124AA

Text Example


Text Example

White with #F124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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