#F534E0

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

Shades of Razzle Dazzle Rose #F534E0

Tints of Razzle Dazzle Rose #F534E0

Color information

#F534E0 (or 0xF534E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 34 and E0. RGB value is (245,52,224). Sum of RGB (Red+Green+Blue) = 245+52+224=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F534E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534E0 is #0ACB1F. Grayscale: #808080. Windows color (decimal): -707360 or 14693621. OLE color: 14693621.

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

Color convert

RGB24552224-
CMYK00.790.090.04
HSL306.53º90.61%58.24%-
HSV(B)306.53º78.78%96.08%-
XYZ52.3427.2573.02-
YUV129.32181.44210.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 52 (20.70% from 255) = 9.98%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=47.02%
G=9.98%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455222400.790.090.04306.5390.6158.24
HexF534E004F941335b3a
Octal36564340011711446313372
Binary11110101110100111000000100111110011001001100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F534E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F534E0; }

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

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

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

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

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

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

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

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