Html Css Color HEX #F424AA Spicy Pink

📋 copy color: '#F424AA'

red 244 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #F424AA

Tints of Spicy Pink #F424AA

RGB

 RED value IS 244 (95.7% from 255) = 54.22%

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

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

R = 54.22%
G = 8%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F424AA (or 0xF424AA) is known color: Spicy Pink. HEX triplet: F4, 24 and AA. RGB value is (244,36,170). Sum of RGB (Red+Green+Blue) = 244+36+170=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F424AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F424AA is #0BDB55. Grayscale: #717171. Windows color (decimal): -777046 or 11150580. OLE color: 11150580.

HSL color Cylindrical-coordinate representation of color #F424AA: hue angle of 321.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424AA is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 170 -
CMYK 0 0.85 0.30 0.04
HSL 321.35º 0.9% 0.55% -
HSV(B) 321.35º 0.85% 0.96% -
XYZ 45.19 23.4 40.16 -
YUV 113.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 244 36 170 0 0.85 0.30 0.04 321.35 0.9 0.55
Hex F4 24 AA 0 55 1E 4 141 5A 37
Octal 364 44 252 0 125 36 4 501 132 67
Binary 11110100 100100 10101010 0 1010101 11110 100 101000001 1011010 110111

Color Harmonies of #F424AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424AA

Black with #F424AA

Text Example


Text Example

White with #F424AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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