#F536EB

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

Shades of Razzle Dazzle Rose #F536EB

Tints of Razzle Dazzle Rose #F536EB

Color information

#F536EB (or 0xF536EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 36 and EB. RGB value is (245,54,235). Sum of RGB (Red+Green+Blue) = 245+54+235=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F536EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F536EB is #0AC914. Grayscale: #838383. Windows color (decimal): -706837 or 15415029. OLE color: 15415029.

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

Color convert

RGB24554235-
CMYK00.780.040.04
HSL303.14º90.52%58.63%-
HSV(B)303.14º77.96%96.08%-
XYZ53.9728.0581.17-
YUV131.74186.28208.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 54 (21.48% from 255) = 10.11%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=45.88%
G=10.11%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455423500.780.040.04303.1490.5258.63
HexF536EB04E4412f5b3b
Octal3656635301164445713373
Binary1111010111011011101011010011101001001001011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F536EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F536EB; }

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

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

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

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

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

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

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

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