#FE45AC

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

Shades of Brilliant Rose #FE45AC

Tints of Brilliant Rose #FE45AC

Color information

#FE45AC (or 0xFE45AC) is unknown color: approx Brilliant Rose. HEX triplet: FE, 45 and AC. RGB value is (254,69,172). Sum of RGB (Red+Green+Blue) = 254+69+172=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE45AC is #01BA53. Grayscale: #878787. Windows color (decimal): -113236 or 11290110. OLE color: 11290110.

HSL color Cylindrical-coordinate representation of color #FE45AC: hue angle of 326.59º 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 #FE45AC is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB25469172-
CMYK00.730.320.00
HSL326.59º98.93%63.33%-
HSV(B)326.59º72.83%99.61%-
XYZ50.4528.3141.83-
YUV136.06148.29212.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=51.31%
G=13.94%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546917200.730.320.00326.5998.9363.33
HexFE45AC049200147633f
Octal376105254011140050714377
Binary111111101000101101011000100100110000001010001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45AC; }

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

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

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

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

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

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

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

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