#FB54AD

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

Shades of Brilliant Rose #FB54AD

Tints of Brilliant Rose #FB54AD

Color information

#FB54AD (or 0xFB54AD) is unknown color: approx Brilliant Rose. HEX triplet: FB, 54 and AD. RGB value is (251,84,173). Sum of RGB (Red+Green+Blue) = 251+84+173=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB54AD is #04AB52. Grayscale: #8F8F8F. Windows color (decimal): -306003 or 11359483. OLE color: 11359483.

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

Color convert

RGB25184173-
CMYK00.670.310.02
HSL328.02º95.43%65.69%-
HSV(B)328.02º66.53%98.43%-
XYZ50.529.8742.64-
YUV144.08144.33204.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 84 (33.20% from 255) = 16.54%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=49.41%
G=16.54%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518417300.670.310.02328.0295.4365.69
HexFB54AD0431F21485f42
Octal3731242550103372510137102
Binary1111101110101001010110101000011111111010100100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB54AD; }

 p { color: rgb(251,84,173); }

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

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

 a { background-color: rgb(251,84,173); }

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

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

 span { border-color: rgb(251,84,173); }

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