#FB5F9E

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

Shades of Brilliant Rose #FB5F9E

Tints of Brilliant Rose #FB5F9E

Color information

#FB5F9E (or 0xFB5F9E) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5F and 9E. RGB value is (251,95,158). Sum of RGB (Red+Green+Blue) = 251+95+158=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5F9E is #04A061. Grayscale: #949494. Windows color (decimal): -303202 or 10379259. OLE color: 10379259.

HSL color Cylindrical-coordinate representation of color #FB5F9E: hue angle of 335.77º 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 #FB5F9E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25195158-
CMYK00.620.370.02
HSL335.77º95.12%67.84%-
HSV(B)335.77º62.15%98.43%-
XYZ50.0531.1635.72-
YUV148.83133.18200.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=49.80%
G=18.85%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519515800.620.370.02335.7795.1267.84
HexFB5F9E03E2521505f44
Octal373137236076452520137104
Binary1111101110111111001111001111101001011010101000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F9E; }

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

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

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

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

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

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

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

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