#FB4AB3

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

Shades of Brilliant Rose #FB4AB3

Tints of Brilliant Rose #FB4AB3

Color information

#FB4AB3 (or 0xFB4AB3) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4A and B3. RGB value is (251,74,179). Sum of RGB (Red+Green+Blue) = 251+74+179=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AB3 is #04B54C. Grayscale: #8A8A8A. Windows color (decimal): -308557 or 11750139. OLE color: 11750139.

HSL color Cylindrical-coordinate representation of color #FB4AB3: hue angle of 324.41º 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 #FB4AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB25174179-
CMYK00.710.290.02
HSL324.41º95.68%63.73%-
HSV(B)324.41º70.52%98.43%-
XYZ50.3728.6645.53-
YUV138.89150.64207.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 74 (29.30% from 255) = 14.68%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=49.80%
G=14.68%
B=35.52%

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
Decimal2517417900.710.290.02324.4195.6863.73
HexFB4AB30471D21446040
Octal3731122630107352504140100
Binary1111101110010101011001101000111111011010100010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AB3; }

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

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

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

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

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

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

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

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