#FF45AE

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

Shades of Brilliant Rose #FF45AE

Tints of Brilliant Rose #FF45AE

Color information

#FF45AE (or 0xFF45AE) is unknown color: approx Brilliant Rose. HEX triplet: FF, 45 and AE. RGB value is (255,69,174). Sum of RGB (Red+Green+Blue) = 255+69+174=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF45AE is #00BA51. Grayscale: #888888. Windows color (decimal): -47698 or 11421183. OLE color: 11421183.

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

Color convert

RGB25569174-
CMYK00.730.320
HSL326.13º100%63.53%-
HSV(B)326.13º72.94%100%-
XYZ51.0128.5742.87-
YUV136.58149.12212.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 69 (27.34% from 255) = 13.86%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=51.20%
G=13.86%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556917400.730.320326.1310063.53
HexFF45AE0492001466440
Octal3771052560111400506144100
Binary1111111110001011010111001001001100000010100011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF45AE; }

 p { color: rgb(255,69,174); }

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

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

 a { background-color: rgb(255,69,174); }

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

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

 span { border-color: rgb(255,69,174); }

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