#FF58AA

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

Shades of Brilliant Rose #FF58AA

Tints of Brilliant Rose #FF58AA

Color information

#FF58AA (or 0xFF58AA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 58 and AA. RGB value is (255,88,170). Sum of RGB (Red+Green+Blue) = 255+88+170=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58AA is #00A755. Grayscale: #939393. Windows color (decimal): -42838 or 11163903. OLE color: 11163903.

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

Color convert

RGB25588170-
CMYK00.650.330
HSL330.54º100%67.25%-
HSV(B)330.54º65.49%100%-
XYZ51.9931.1441.3-
YUV147.28140.83204.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 88 (34.77% from 255) = 17.15%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=49.71%
G=17.15%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558817000.650.330330.5410067.25
HexFF58AA04121014b6443
Octal3771302520101410513144103
Binary1111111110110001010101001000001100001010100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58AA; }

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

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

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

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

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

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

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

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