#FE0ACF

Color #FE0ACF Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FE0ACF

Tints of Hot Magenta #FE0ACF

Color information

#FE0ACF (or 0xFE0ACF) is unknown color: approx Hot Magenta. HEX triplet: FE, 0A and CF. RGB value is (254,10,207). Sum of RGB (Red+Green+Blue) = 254+10+207=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACF is #01F530. Grayscale: #686868. Windows color (decimal): -128305 or 13568766. OLE color: 13568766.

HSL color Cylindrical-coordinate representation of color #FE0ACF: hue angle of 311.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0ACF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB25410207-
CMYK00.960.190.00
HSL311.56º99.19%51.76%-
HSV(B)311.56º96.06%99.61%-
XYZ52.2425.7961.26-
YUV105.41185.34233.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 10 (4.30% from 255) = 2.12%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=53.93%
G=2.12%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541020700.960.190.00311.5699.1951.76
HexFEACF0601301386334
Octal37612317014023047014364
Binary11111110101011001111011000001001101001110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0ACF; }

 p { color: rgb(254,10,207); }

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

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

 a { background-color: rgb(254,10,207); }

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

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

 span { border-color: rgb(254,10,207); }

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