#FF51B4

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

Shades of Brilliant Rose #FF51B4

Tints of Brilliant Rose #FF51B4

Color information

#FF51B4 (or 0xFF51B4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 51 and B4. RGB value is (255,81,180). Sum of RGB (Red+Green+Blue) = 255+81+180=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51B4 is #00AE4B. Grayscale: #909090. Windows color (decimal): -44620 or 11817471. OLE color: 11817471.

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

Color convert

RGB25581180-
CMYK00.680.290
HSL325.86º100%65.88%-
HSV(B)325.86º68.24%100%-
XYZ52.4230.4446.29-
YUV144.31148.15206.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 81 (32.03% from 255) = 15.70%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=49.42%
G=15.70%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558118000.680.290325.8610065.88
HexFF51B40441D01466442
Octal3771212640104350506144102
Binary111111111010001101101000100010011101010100011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51B4; }

 p { color: rgb(255,81,180); }

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

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

 a { background-color: rgb(255,81,180); }

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

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

 span { border-color: rgb(255,81,180); }

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