#F537E7

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

Shades of Razzle Dazzle Rose #F537E7

Tints of Razzle Dazzle Rose #F537E7

Color information

#F537E7 (or 0xF537E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 37 and E7. RGB value is (245,55,231). Sum of RGB (Red+Green+Blue) = 245+55+231=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 55 (21.88% from 255 or 10.36% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F537E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537E7 is #0AC818. Grayscale: #838383. Windows color (decimal): -706585 or 15153141. OLE color: 15153141.

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

Color convert

RGB24555231-
CMYK00.780.060.04
HSL304.42º90.48%58.82%-
HSV(B)304.42º77.55%96.08%-
XYZ53.4527.9178.17-
YUV131.87183.95208.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 55 (21.88% from 255) = 10.36%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=46.14%
G=10.36%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455523100.780.060.04304.4290.4858.82
HexF537E704E641305a3b
Octal3656734701166446013273
Binary1111010111011111100111010011101101001001100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F537E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F537E7; }

 p { color: rgb(245,55,231); }

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

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

 a { background-color: rgb(245,55,231); }

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

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

 span { border-color: rgb(245,55,231); }

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