#FF5995

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

Shades of Brilliant Rose #FF5995

Tints of Brilliant Rose #FF5995

Color information

#FF5995 (or 0xFF5995) is unknown color: approx Brilliant Rose. HEX triplet: FF, 59 and 95. RGB value is (255,89,149). Sum of RGB (Red+Green+Blue) = 255+89+149=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5995 is #00A66A. Grayscale: #919191. Windows color (decimal): -42603 or 9787903. OLE color: 9787903.

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

Color convert

RGB25589149-
CMYK00.650.420
HSL338.31º100%67.45%-
HSV(B)338.31º65.1%100%-
XYZ50.2430.5731.69-
YUV145.47130206.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=51.72%
G=18.05%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558914900.650.420338.3110067.45
HexFF59950412A01526443
Octal3771312250101520522144103
Binary1111111110110011001010101000001101010010101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5995; }

 p { color: rgb(255,89,149); }

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

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

 a { background-color: rgb(255,89,149); }

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

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

 span { border-color: rgb(255,89,149); }

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