#FB4AB1

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

Shades of Brilliant Rose #FB4AB1

Tints of Brilliant Rose #FB4AB1

Color information

#FB4AB1 (or 0xFB4AB1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4A and B1. RGB value is (251,74,177). Sum of RGB (Red+Green+Blue) = 251+74+177=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AB1 is #04B54E. Grayscale: #8A8A8A. Windows color (decimal): -308559 or 11619067. OLE color: 11619067.

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

Color convert

RGB25174177-
CMYK00.710.290.02
HSL325.08º95.68%63.73%-
HSV(B)325.08º70.52%98.43%-
XYZ50.1728.5844.47-
YUV138.66149.64208.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 14.74%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=50%
G=14.74%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517417700.710.290.02325.0895.6863.73
HexFB4AB10471D21456040
Octal3731122610107352505140100
Binary1111101110010101011000101000111111011010100010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AB1; }

 p { color: rgb(251,74,177); }

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

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

 a { background-color: rgb(251,74,177); }

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

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

 span { border-color: rgb(251,74,177); }

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