#FF51B3

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

Shades of Brilliant Rose #FF51B3

Tints of Brilliant Rose #FF51B3

Color information

#FF51B3 (or 0xFF51B3) is unknown color: approx Brilliant Rose. HEX triplet: FF, 51 and B3. RGB value is (255,81,179). Sum of RGB (Red+Green+Blue) = 255+81+179=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51B3 is #00AE4C. Grayscale: #8F8F8F. Windows color (decimal): -44621 or 11751935. OLE color: 11751935.

HSL color Cylindrical-coordinate representation of color #FF51B3: hue angle of 326.21º 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 #FF51B3 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB25581179-
CMYK00.680.300
HSL326.21º100%65.88%-
HSV(B)326.21º68.24%100%-
XYZ52.3230.445.76-
YUV144.2147.65207.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=49.51%
G=15.73%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558117900.680.300326.2110065.88
HexFF51B30441E01466442
Octal3771212630104360506144102
Binary111111111010001101100110100010011110010100011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51B3; }

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

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

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

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

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

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

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

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