#FB52A4

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

Shades of Brilliant Rose #FB52A4

Tints of Brilliant Rose #FB52A4

Color information

#FB52A4 (or 0xFB52A4) is unknown color: approx Brilliant Rose. HEX triplet: FB, 52 and A4. RGB value is (251,82,164). Sum of RGB (Red+Green+Blue) = 251+82+164=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB52A4 is #04AD5B. Grayscale: #8D8D8D. Windows color (decimal): -306524 or 10769147. OLE color: 10769147.

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

Color convert

RGB25182164-
CMYK00.670.350.02
HSL330.89º95.48%65.29%-
HSV(B)330.89º67.33%98.43%-
XYZ49.529.2238.15-
YUV141.88140.49205.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=50.50%
G=16.50%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518216400.670.350.02330.8995.4865.29
HexFB52A404323214b5f41
Octal3731222440103432513137101
Binary11111011101001010100100010000111000111010100101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52A4; }

 p { color: rgb(251,82,164); }

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

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

 a { background-color: rgb(251,82,164); }

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

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

 span { border-color: rgb(251,82,164); }

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