#FB5397

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

Shades of Brilliant Rose #FB5397

Tints of Brilliant Rose #FB5397

Color information

#FB5397 (or 0xFB5397) is unknown color: approx Brilliant Rose. HEX triplet: FB, 53 and 97. RGB value is (251,83,151). Sum of RGB (Red+Green+Blue) = 251+83+151=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5397 is #04AC68. Grayscale: #8C8C8C. Windows color (decimal): -306281 or 9917435. OLE color: 9917435.

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

Color convert

RGB25183151-
CMYK00.670.400.02
HSL335.71º95.45%65.49%-
HSV(B)335.71º66.93%98.43%-
XYZ48.4628.9332.31-
YUV140.98133.66206.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 83 (32.81% from 255) = 17.11%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=51.75%
G=17.11%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518315100.670.400.02335.7195.4565.49
HexFB53970432821505f41
Octal3731232270103502520137101
Binary11111011101001110010111010000111010001010101000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5397; }

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

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

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

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

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

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

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

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