#F418AE

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

Shades of Spicy Pink #F418AE

Tints of Spicy Pink #F418AE

Color information

#F418AE (or 0xF418AE) is unknown color: approx Spicy Pink. HEX triplet: F4, 18 and AE. RGB value is (244,24,174). Sum of RGB (Red+Green+Blue) = 244+24+174=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F418AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F418AE is #0BE751. Grayscale: #6A6A6A. Windows color (decimal): -780114 or 11409652. OLE color: 11409652.

HSL color Cylindrical-coordinate representation of color #F418AE: hue angle of 319.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418AE is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24424174-
CMYK00.900.290.04
HSL319.09º90.91%52.55%-
HSV(B)319.09º90.16%95.69%-
XYZ45.2722.9442.09-
YUV106.88165.89225.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.20%
GREEN value IS 24 (9.77% from 255) = 5.43%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=55.20%
G=5.43%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442417400.900.290.04319.0990.9152.55
HexF418AE05A1D413f5b35
Octal36430256013235447713365
Binary11110100110001010111001011010111011001001111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F418AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F418AE; }

 p { color: rgb(244,24,174); }

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

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

 a { background-color: rgb(244,24,174); }

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

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

 span { border-color: rgb(244,24,174); }

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