#f42db5

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

Shades of Spicy Pink #F42DB5

Tints of Spicy Pink #F42DB5

Color information

#F42DB5 (or 0xF42DB5) is unknown color: approx Spicy Pink. HEX triplet: F4, 2D and B5. RGB value is (244,45,181). Sum of RGB (Red+Green+Blue) = 244+45+181=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DB5 is #0BD24A. Grayscale: #777777. Windows color (decimal): -774731 or 11873780. OLE color: 11873780.

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

Color convert

RGB24445181-
CMYK00.820.260.04
HSL318.99º90.05%56.67%-
HSV(B)318.99º81.56%95.69%-
XYZ46.5924.4545.98-
YUV120.01162.43216.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.91%
GREEN value IS 45 (17.97% from 255) = 9.57%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=51.91%
G=9.57%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444518100.820.260.04318.9990.0556.67
HexF42DB50521A413f5a39
Octal36455265012232447713271
Binary111101001011011011010101010010110101001001111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f42db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f42db5; }

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

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

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

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

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

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

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

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