#FB4DA1

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

Shades of Brilliant Rose #FB4DA1

Tints of Brilliant Rose #FB4DA1

Color information

#FB4DA1 (or 0xFB4DA1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4D and A1. RGB value is (251,77,161). Sum of RGB (Red+Green+Blue) = 251+77+161=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DA1 is #04B25E. Grayscale: #8A8A8A. Windows color (decimal): -307807 or 10571259. OLE color: 10571259.

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

Color convert

RGB25177161-
CMYK00.690.360.02
HSL331.03º95.6%64.31%-
HSV(B)331.03º69.32%98.43%-
XYZ48.8728.3936.62-
YUV138.6140.65208.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=51.33%
G=15.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517716100.690.360.02331.0395.664.31
HexFB4DA104524214b6040
Octal3731152410105442513140100
Binary11111011100110110100001010001011001001010100101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4DA1; }

 p { color: rgb(251,77,161); }

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

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

 a { background-color: rgb(251,77,161); }

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

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

 span { border-color: rgb(251,77,161); }

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