Html Css Color HEX #F425AC Spicy Pink

📋 copy color: '#F425AC'

red 244 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #F425AC

Tints of Spicy Pink #F425AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.17%

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

R = 53.86%
G = 8.17%
B = 37.97%

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

#F425AC (or 0xF425AC) is known color: Spicy Pink. HEX triplet: F4, 25 and AC. RGB value is (244,37,172). Sum of RGB (Red+Green+Blue) = 244+37+172=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F425AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F425AC is #0BDA53. Grayscale: #717171. Windows color (decimal): -776788 or 11281908. OLE color: 11281908.

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

Color convert

RGB 244 37 172 -
CMYK 0 0.85 0.30 0.04
HSL 320.87º 0.9% 0.55% -
HSV(B) 320.87º 0.85% 0.96% -
XYZ 45.42 23.53 41.18 -
YUV 114.28 160.58 220.52 -
System Red Green Blue C M Y K H S L
Decimal 244 37 172 0 0.85 0.30 0.04 320.87 0.9 0.55
Hex F4 25 AC 0 55 1E 4 141 5A 37
Octal 364 45 254 0 125 36 4 501 132 67
Binary 11110100 100101 10101100 0 1010101 11110 100 101000001 1011010 110111

Color Harmonies of #F425AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425AC

Black with #F425AC

Text Example


Text Example

White with #F425AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425AC; }

 p { color: rgb(244,37,172); }

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

background-color css

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

 a { background-color: rgb(244,37,172); }

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

border-color css

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

 span { border-color: rgb(244,37,172); }

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