#F532B2

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

Shades of Persian Rose #F532B2

Tints of Persian Rose #F532B2

Color information

#F532B2 (or 0xF532B2) is unknown color: approx Persian Rose. HEX triplet: F5, 32 and B2. RGB value is (245,50,178). Sum of RGB (Red+Green+Blue) = 245+50+178=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F532B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F532B2 is #0ACD4D. Grayscale: #7A7A7A. Windows color (decimal): -707918 or 11678453. OLE color: 11678453.

HSL color Cylindrical-coordinate representation of color #F532B2: hue angle of 320.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532B2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24550178-
CMYK00.800.270.04
HSL320.62º90.7%57.84%-
HSV(B)320.62º79.59%96.08%-
XYZ46.8324.9144.46-
YUV122.9159.1215.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 50 (19.92% from 255) = 10.57%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=51.80%
G=10.57%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455017800.800.270.04320.6290.757.84
HexF532B20501B41415b3a
Octal36562262012033450113372
Binary111101011100101011001001010000110111001010000011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F532B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F532B2; }

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

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

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

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

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

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

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

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