#FF5C93

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

Shades of Brilliant Rose #FF5C93

Tints of Brilliant Rose #FF5C93

Color information

#FF5C93 (or 0xFF5C93) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5C and 93. RGB value is (255,92,147). Sum of RGB (Red+Green+Blue) = 255+92+147=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5C93 is #00A36C. Grayscale: #929292. Windows color (decimal): -41837 or 9657599. OLE color: 9657599.

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

Color convert

RGB25592147-
CMYK00.640.420
HSL339.75º100%68.04%-
HSV(B)339.75º63.92%100%-
XYZ50.3331.0230.94-
YUV147.01128205.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=51.62%
G=18.62%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559214700.640.420339.7510068.04
HexFF5C930402A01546444
Octal3771342230100520524144104
Binary1111111110111001001001101000000101010010101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C93; }

 p { color: rgb(255,92,147); }

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

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

 a { background-color: rgb(255,92,147); }

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

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

 span { border-color: rgb(255,92,147); }

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