#FF5B92

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

Shades of Brilliant Rose #FF5B92

Tints of Brilliant Rose #FF5B92

Color information

#FF5B92 (or 0xFF5B92) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5B and 92. RGB value is (255,91,146). Sum of RGB (Red+Green+Blue) = 255+91+146=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B92 is #00A46D. Grayscale: #929292. Windows color (decimal): -42094 or 9591807. OLE color: 9591807.

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

Color convert

RGB25591146-
CMYK00.640.430
HSL339.88º100%67.84%-
HSV(B)339.88º64.31%100%-
XYZ50.1730.8230.5-
YUV146.31127.83205.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 91 (35.94% from 255) = 18.50%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=51.83%
G=18.50%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559114600.640.430339.8810067.84
HexFF5B920402B01546444
Octal3771332220100530524144104
Binary1111111110110111001001001000000101011010101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5B92; }

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

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

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

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

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

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

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

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