#FB5A96

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

Shades of Brilliant Rose #FB5A96

Tints of Brilliant Rose #FB5A96

Color information

#FB5A96 (or 0xFB5A96) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5A and 96. RGB value is (251,90,150). Sum of RGB (Red+Green+Blue) = 251+90+150=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A96 is #04A569. Grayscale: #909090. Windows color (decimal): -304490 or 9853691. OLE color: 9853691.

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

Color convert

RGB25190150-
CMYK00.640.400.02
HSL337.64º95.27%66.86%-
HSV(B)337.64º64.14%98.43%-
XYZ48.9430.0232.07-
YUV144.98130.84203.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=51.12%
G=18.33%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519015000.640.400.02337.6495.2766.86
HexFB5A960402821525f43
Octal3731322260100502522137103
Binary11111011101101010010110010000001010001010101001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5A96; }

 p { color: rgb(251,90,150); }

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

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

 a { background-color: rgb(251,90,150); }

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

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

 span { border-color: rgb(251,90,150); }

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