#FF58AE

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

Shades of Brilliant Rose #FF58AE

Tints of Brilliant Rose #FF58AE

Color information

#FF58AE (or 0xFF58AE) is unknown color: approx Brilliant Rose. HEX triplet: FF, 58 and AE. RGB value is (255,88,174). Sum of RGB (Red+Green+Blue) = 255+88+174=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58AE is #00A751. Grayscale: #939393. Windows color (decimal): -42834 or 11426047. OLE color: 11426047.

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

Color convert

RGB25588174-
CMYK00.650.320
HSL329.1º100%67.25%-
HSV(B)329.1º65.49%100%-
XYZ52.3731.343.32-
YUV147.74142.83204.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 88 (34.77% from 255) = 17.02%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=49.32%
G=17.02%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558817400.650.320329.110067.25
HexFF58AE0412001496443
Octal3771302560101400511144103
Binary1111111110110001010111001000001100000010100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58AE; }

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

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

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

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

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

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

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

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