Html Css Color HEX #F424AF Spicy Pink

📋 copy color: '#F424AF'

red 244 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #F424AF

Tints of Spicy Pink #F424AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 53.63%
G = 7.91%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F424AF (or 0xF424AF) is known color: Spicy Pink. HEX triplet: F4, 24 and AF. RGB value is (244,36,175). Sum of RGB (Red+Green+Blue) = 244+36+175=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F424AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F424AF is #0BDB50. Grayscale: #717171. Windows color (decimal): -777041 or 11478260. OLE color: 11478260.

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

Color convert

RGB 244 36 175 -
CMYK 0 0.85 0.28 0.04
HSL 319.9º 0.9% 0.55% -
HSV(B) 319.9º 0.85% 0.96% -
XYZ 45.68 23.59 42.7 -
YUV 114.04 162.41 220.7 -
System Red Green Blue C M Y K H S L
Decimal 244 36 175 0 0.85 0.28 0.04 319.9 0.9 0.55
Hex F4 24 AF 0 55 1C 4 140 5A 37
Octal 364 44 257 0 125 34 4 500 132 67
Binary 11110100 100100 10101111 0 1010101 11100 100 101000000 1011010 110111

Color Harmonies of #F424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424AF

Black with #F424AF

Text Example


Text Example

White with #F424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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