#F123AE

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

Shades of Spicy Pink #F123AE

Tints of Spicy Pink #F123AE

Color information

#F123AE (or 0xF123AE) is unknown color: approx Spicy Pink. HEX triplet: F1, 23 and AE. RGB value is (241,35,174). Sum of RGB (Red+Green+Blue) = 241+35+174=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AE is #0EDC51. Grayscale: #707070. Windows color (decimal): -973906 or 11412465. OLE color: 11412465.

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

Color convert

RGB24135174-
CMYK00.850.280.05
HSL319.51º88.03%54.12%-
HSV(B)319.51º85.48%94.51%-
XYZ44.5222.9642.13-
YUV112.44162.75219.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 35 (14.06% from 255) = 7.78%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=53.56%
G=7.78%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413517400.850.280.05319.5188.0354.12
HexF123AE0551C51405836
Octal36143256012534550013066
Binary111100011000111010111001010101111001011010000001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F123AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F123AE; }

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

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

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

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

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

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

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

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