#fb32b2

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

Shades of Persian Rose #FB32B2

Tints of Persian Rose #FB32B2

Color information

#FB32B2 (or 0xFB32B2) is unknown color: approx Persian Rose. HEX triplet: FB, 32 and B2. RGB value is (251,50,178). Sum of RGB (Red+Green+Blue) = 251+50+178=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32B2 is #04CD4D. Grayscale: #7C7C7C. Windows color (decimal): -314702 or 11678459. OLE color: 11678459.

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

Color convert

RGB25150178-
CMYK00.800.290.02
HSL321.79º96.17%59.02%-
HSV(B)321.79º80.08%98.43%-
XYZ48.962644.56-
YUV124.69158.09218.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.40%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=52.40%
G=10.44%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515017800.800.290.02321.7996.1759.02
HexFB32B20501D2142603b
Octal37362262012035250214073
Binary11111011110010101100100101000011101101010000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb32b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb32b2; }

 p { color: rgb(251,50,178); }

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

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

 a { background-color: rgb(251,50,178); }

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

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

 span { border-color: rgb(251,50,178); }

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