#F535B5

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

Shades of Persian Rose #F535B5

Tints of Persian Rose #F535B5

Color information

#F535B5 (or 0xF535B5) is unknown color: approx Persian Rose. HEX triplet: F5, 35 and B5. RGB value is (245,53,181). Sum of RGB (Red+Green+Blue) = 245+53+181=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F535B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535B5 is #0ACA4A. Grayscale: #7C7C7C. Windows color (decimal): -707147 or 11875829. OLE color: 11875829.

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

Color convert

RGB24553181-
CMYK00.780.260.04
HSL320º90.57%58.43%-
HSV(B)320º78.37%96.08%-
XYZ47.2725.2946.11-
YUV125159.61213.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 53 (21.09% from 255) = 11.06%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=51.15%
G=11.06%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455318100.780.260.0432090.5758.43
HexF535B504E1A41405b3a
Octal36565265011632450013372
Binary111101011101011011010101001110110101001010000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F535B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F535B5; }

 p { color: rgb(245,53,181); }

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

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

 a { background-color: rgb(245,53,181); }

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

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

 span { border-color: rgb(245,53,181); }

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