#ff5b95

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

Shades of Brilliant Rose #FF5B95

Tints of Brilliant Rose #FF5B95

Color information

#FF5B95 (or 0xFF5B95) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5B and 95. RGB value is (255,91,149). Sum of RGB (Red+Green+Blue) = 255+91+149=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B95 is #00A46A. Grayscale: #929292. Windows color (decimal): -42091 or 9788415. OLE color: 9788415.

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

Color convert

RGB25591149-
CMYK00.640.420
HSL338.78º100%67.84%-
HSV(B)338.78º64.31%100%-
XYZ50.4130.9131.74-
YUV146.65129.33205.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=51.52%
G=18.38%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559114900.640.420338.7810067.84
HexFF5B950402A01536444
Octal3771332250100520523144104
Binary1111111110110111001010101000000101010010101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5b95; }

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

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

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

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

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

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

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

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