#FF5F97

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

Shades of Brilliant Rose #FF5F97

Tints of Brilliant Rose #FF5F97

Color information

#FF5F97 (or 0xFF5F97) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5F and 97. RGB value is (255,95,151). Sum of RGB (Red+Green+Blue) = 255+95+151=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F97 is #00A068. Grayscale: #959595. Windows color (decimal): -41065 or 9920511. OLE color: 9920511.

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

Color convert

RGB25595151-
CMYK00.630.410
HSL339º100%68.63%-
HSV(B)339º62.75%100%-
XYZ50.9231.6832.71-
YUV149.22129.01203.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=50.90%
G=18.96%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559515100.630.41033910068.63
HexFF5F9703F2901536445
Octal377137227077510523144105
Binary111111111011111100101110111111101001010101001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F97; }

 p { color: rgb(255,95,151); }

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

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

 a { background-color: rgb(255,95,151); }

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

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

 span { border-color: rgb(255,95,151); }

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