#FB5D9D

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

Shades of Brilliant Rose #FB5D9D

Tints of Brilliant Rose #FB5D9D

Color information

#FB5D9D (or 0xFB5D9D) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5D and 9D. RGB value is (251,93,157). Sum of RGB (Red+Green+Blue) = 251+93+157=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D9D is #04A262. Grayscale: #939393. Windows color (decimal): -303715 or 10313211. OLE color: 10313211.

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

Color convert

RGB25193157-
CMYK00.630.370.02
HSL335.7º95.18%67.45%-
HSV(B)335.7º62.95%98.43%-
XYZ49.7830.7735.21-
YUV147.54133.35201.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=50.10%
G=18.56%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519315700.630.370.02335.795.1867.45
HexFB5D9D03F2521505f43
Octal373135235077452520137103
Binary1111101110111011001110101111111001011010101000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5D9D; }

 p { color: rgb(251,93,157); }

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

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

 a { background-color: rgb(251,93,157); }

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

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

 span { border-color: rgb(251,93,157); }

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