#FF54B2

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

Shades of Brilliant Rose #FF54B2

Tints of Brilliant Rose #FF54B2

Color information

#FF54B2 (or 0xFF54B2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 54 and B2. RGB value is (255,84,178). Sum of RGB (Red+Green+Blue) = 255+84+178=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF54B2 is #00AB4D. Grayscale: #919191. Windows color (decimal): -43854 or 11687167. OLE color: 11687167.

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

Color convert

RGB25584178-
CMYK00.670.300
HSL327.02º100%66.47%-
HSV(B)327.02º67.06%100%-
XYZ52.4530.8245.3-
YUV145.84146.15205.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 84 (33.20% from 255) = 16.25%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=49.32%
G=16.25%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558417800.670.300327.0210066.47
HexFF54B20431E01476442
Octal3771242620103360507144102
Binary111111111010100101100100100001111110010100011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF54B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF54B2; }

 p { color: rgb(255,84,178); }

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

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

 a { background-color: rgb(255,84,178); }

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

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

 span { border-color: rgb(255,84,178); }

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