#FB50BA

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

Shades of Brilliant Rose #FB50BA

Tints of Brilliant Rose #FB50BA

Color information

#FB50BA (or 0xFB50BA) is unknown color: approx Brilliant Rose. HEX triplet: FB, 50 and BA. RGB value is (251,80,186). Sum of RGB (Red+Green+Blue) = 251+80+186=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50BA is #04AF45. Grayscale: #8E8E8E. Windows color (decimal): -307014 or 12210427. OLE color: 12210427.

HSL color Cylindrical-coordinate representation of color #FB50BA: hue angle of 322.81º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50BA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB25180186-
CMYK00.680.260.02
HSL322.81º95.53%64.9%-
HSV(B)322.81º68.13%98.43%-
XYZ51.5229.7949.49-
YUV143.21152.15204.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 80 (31.64% from 255) = 15.47%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=48.55%
G=15.47%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518018600.680.260.02322.8195.5364.9
HexFB50BA0441A21436041
Octal3731202720104322503140101
Binary1111101110100001011101001000100110101010100001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB50BA; }

 p { color: rgb(251,80,186); }

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

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

 a { background-color: rgb(251,80,186); }

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

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

 span { border-color: rgb(251,80,186); }

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