#F534B5

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

Shades of Persian Rose #F534B5

Tints of Persian Rose #F534B5

Color information

#F534B5 (or 0xF534B5) is unknown color: approx Persian Rose. HEX triplet: F5, 34 and B5. RGB value is (245,52,181). Sum of RGB (Red+Green+Blue) = 245+52+181=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F534B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534B5 is #0ACB4A. Grayscale: #7C7C7C. Windows color (decimal): -707403 or 11875573. OLE color: 11875573.

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

Color convert

RGB24552181-
CMYK00.790.260.04
HSL319.9º90.61%58.24%-
HSV(B)319.9º78.78%96.08%-
XYZ47.2225.246.09-
YUV124.41159.94214.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 52 (20.70% from 255) = 10.88%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=51.26%
G=10.88%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455218100.790.260.04319.990.6158.24
HexF534B504F1A41405b3a
Octal36564265011732450013372
Binary111101011101001011010101001111110101001010000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F534B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F534B5; }

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

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

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

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

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

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

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

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