#F128AE

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

Shades of Spicy Pink #F128AE

Tints of Spicy Pink #F128AE

Color information

#F128AE (or 0xF128AE) is unknown color: approx Spicy Pink. HEX triplet: F1, 28 and AE. RGB value is (241,40,174). Sum of RGB (Red+Green+Blue) = 241+40+174=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F128AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F128AE is #0ED751. Grayscale: #737373. Windows color (decimal): -972626 or 11413745. OLE color: 11413745.

HSL color Cylindrical-coordinate representation of color #F128AE: hue angle of 320º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128AE is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24140174-
CMYK00.830.280.05
HSL320º87.77%55.1%-
HSV(B)320º83.4%94.51%-
XYZ44.6723.2742.18-
YUV115.37161.09217.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 40 (16.02% from 255) = 8.79%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=52.97%
G=8.79%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414017400.830.280.0532087.7755.1
HexF128AE0531C51405837
Octal36150256012334550013067
Binary111100011010001010111001010011111001011010000001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F128AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F128AE; }

 p { color: rgb(241,40,174); }

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

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

 a { background-color: rgb(241,40,174); }

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

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

 span { border-color: rgb(241,40,174); }

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