#FB44AA

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

Shades of Brilliant Rose #FB44AA

Tints of Brilliant Rose #FB44AA

Color information

#FB44AA (or 0xFB44AA) is unknown color: approx Brilliant Rose. HEX triplet: FB, 44 and AA. RGB value is (251,68,170). Sum of RGB (Red+Green+Blue) = 251+68+170=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB44AA is #04BB55. Grayscale: #868686. Windows color (decimal): -310102 or 11158779. OLE color: 11158779.

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

Color convert

RGB25168170-
CMYK00.730.320.02
HSL326.56º95.81%62.55%-
HSV(B)326.56º72.91%98.43%-
XYZ49.1127.5540.76-
YUV134.34148.13211.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 68 (26.95% from 255) = 13.91%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=51.33%
G=13.91%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516817000.730.320.02326.5695.8162.55
HexFB44AA049202147603f
Octal373104252011140250714077
Binary1111101110001001010101001001001100000101010001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB44AA; }

 p { color: rgb(251,68,170); }

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

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

 a { background-color: rgb(251,68,170); }

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

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

 span { border-color: rgb(251,68,170); }

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