#F536B4

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

Shades of Persian Rose #F536B4

Tints of Persian Rose #F536B4

Color information

#F536B4 (or 0xF536B4) is unknown color: approx Persian Rose. HEX triplet: F5, 36 and B4. RGB value is (245,54,180). Sum of RGB (Red+Green+Blue) = 245+54+180=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F536B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536B4 is #0AC94B. Grayscale: #7D7D7D. Windows color (decimal): -706892 or 11810549. OLE color: 11810549.

HSL color Cylindrical-coordinate representation of color #F536B4: hue angle of 320.42º 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 #F536B4 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24554180-
CMYK00.780.270.04
HSL320.42º90.52%58.63%-
HSV(B)320.42º77.96%96.08%-
XYZ47.2125.3545.58-
YUV125.47158.78213.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 54 (21.48% from 255) = 11.27%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=51.15%
G=11.27%
B=37.58%

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
Decimal2455418000.780.270.04320.4290.5258.63
HexF536B404E1B41405b3b
Octal36566264011633450013373
Binary111101011101101011010001001110110111001010000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F536B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F536B4; }

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

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

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

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

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

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

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

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