#F429B5

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

Shades of Spicy Pink #F429B5

Tints of Spicy Pink #F429B5

Color information

#F429B5 (or 0xF429B5) is unknown color: approx Spicy Pink. HEX triplet: F4, 29 and B5. RGB value is (244,41,181). Sum of RGB (Red+Green+Blue) = 244+41+181=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F429B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429B5 is #0BD64A. Grayscale: #757575. Windows color (decimal): -775755 or 11872756. OLE color: 11872756.

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

Color convert

RGB24441181-
CMYK00.830.260.04
HSL318.62º90.22%55.88%-
HSV(B)318.62º83.2%95.69%-
XYZ46.4424.1645.93-
YUV117.66163.75218.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.36%
GREEN value IS 41 (16.41% from 255) = 8.80%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=52.36%
G=8.80%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444118100.830.260.04318.6290.2255.88
HexF429B50531A413f5a38
Octal36451265012332447713270
Binary111101001010011011010101010011110101001001111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F429B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F429B5; }

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

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

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

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

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

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

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

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