#F536B3

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

Shades of Persian Rose #F536B3

Tints of Persian Rose #F536B3

Color information

#F536B3 (or 0xF536B3) is unknown color: approx Persian Rose. HEX triplet: F5, 36 and B3. RGB value is (245,54,179). Sum of RGB (Red+Green+Blue) = 245+54+179=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F536B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536B3 is #0AC94C. Grayscale: #7D7D7D. Windows color (decimal): -706893 or 11745013. OLE color: 11745013.

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

Color convert

RGB24554179-
CMYK00.780.270.04
HSL320.73º90.52%58.63%-
HSV(B)320.73º77.96%96.08%-
XYZ47.1125.3145.05-
YUV125.36158.28213.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 54 (21.48% from 255) = 11.30%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=51.26%
G=11.30%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455417900.780.270.04320.7390.5258.63
HexF536B304E1B41415b3b
Octal36566263011633450113373
Binary111101011101101011001101001110110111001010000011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F536B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F536B3; }

 p { color: rgb(245,54,179); }

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

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

 a { background-color: rgb(245,54,179); }

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

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

 span { border-color: rgb(245,54,179); }

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