#fb5f97

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

Shades of Brilliant Rose #FB5F97

Tints of Brilliant Rose #FB5F97

Color information

#FB5F97 (or 0xFB5F97) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5F and 97. RGB value is (251,95,151). Sum of RGB (Red+Green+Blue) = 251+95+151=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5F97 is #04A068. Grayscale: #939393. Windows color (decimal): -303209 or 9920507. OLE color: 9920507.

HSL color Cylindrical-coordinate representation of color #FB5F97: hue angle of 338.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5F97 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25195151-
CMYK00.620.400.02
HSL338.46º95.12%67.84%-
HSV(B)338.46º62.15%98.43%-
XYZ49.4630.9332.64-
YUV148.03129.68201.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=50.50%
G=19.11%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519515100.620.400.02338.4695.1267.84
HexFB5F9703E2821525f44
Octal373137227076502522137104
Binary1111101110111111001011101111101010001010101001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb5f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb5f97; }

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

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

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

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

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

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

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

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