#FE45AF

Color #FE45AF Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE45AF

Tints of Brilliant Rose #FE45AF

Color information

#FE45AF (or 0xFE45AF) is unknown color: approx Brilliant Rose. HEX triplet: FE, 45 and AF. RGB value is (254,69,175). Sum of RGB (Red+Green+Blue) = 254+69+175=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE45AF is #01BA50. Grayscale: #888888. Windows color (decimal): -113233 or 11486718. OLE color: 11486718.

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

Color convert

RGB25469175-
CMYK00.730.310.00
HSL325.62º98.93%63.33%-
HSV(B)325.62º72.83%99.61%-
XYZ50.7428.4243.37-
YUV136.4149.79211.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 69 (27.34% from 255) = 13.86%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=51.00%
G=13.86%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546917500.730.310.00325.6298.9363.33
HexFE45AF0491F0146633f
Octal376105257011137050614377
Binary11111110100010110101111010010011111101010001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45AF; }

 p { color: rgb(254,69,175); }

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

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

 a { background-color: rgb(254,69,175); }

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

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

 span { border-color: rgb(254,69,175); }

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