#FF58A9

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

Shades of Brilliant Rose #FF58A9

Tints of Brilliant Rose #FF58A9

Color information

#FF58A9 (or 0xFF58A9) is unknown color: approx Brilliant Rose. HEX triplet: FF, 58 and A9. RGB value is (255,88,169). Sum of RGB (Red+Green+Blue) = 255+88+169=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A9 is #00A756. Grayscale: #939393. Windows color (decimal): -42839 or 11098367. OLE color: 11098367.

HSL color Cylindrical-coordinate representation of color #FF58A9: hue angle of 330.9º 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 #FF58A9 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB25588169-
CMYK00.650.340
HSL330.9º100%67.25%-
HSV(B)330.9º65.49%100%-
XYZ51.8931.140.8-
YUV147.17140.33204.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 88 (34.77% from 255) = 17.19%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=49.80%
G=17.19%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558816900.650.340330.910067.25
HexFF58A904122014b6443
Octal3771302510101420513144103
Binary1111111110110001010100101000001100010010100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58A9; }

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

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

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

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

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

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

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

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