#F425B5

Color #F425B5 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F425B5

Tints of Spicy Pink #F425B5

Color information

#F425B5 (or 0xF425B5) is unknown color: approx Spicy Pink. HEX triplet: F4, 25 and B5. RGB value is (244,37,181). Sum of RGB (Red+Green+Blue) = 244+37+181=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F425B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425B5 is #0BDA4A. Grayscale: #727272. Windows color (decimal): -776779 or 11871732. OLE color: 11871732.

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

Color convert

RGB24437181-
CMYK00.850.260.04
HSL318.26º90.39%55.1%-
HSV(B)318.26º84.84%95.69%-
XYZ46.3123.8945.89-
YUV115.31165.08219.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.81%
GREEN value IS 37 (14.84% from 255) = 8.01%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=52.81%
G=8.01%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443718100.850.260.04318.2690.3955.1
HexF425B50551A413e5a37
Octal36445265012532447613267
Binary111101001001011011010101010101110101001001111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425B5; }

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

 H1.HeaderClassName
 {
   color: #F425B5;
 }
 .AnyTagClassName
 {
   color: #F425B5;
 }
</style>
background-color css

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

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

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

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

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

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