#F537F5

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

Shades of Razzle Dazzle Rose #F537F5

Tints of Razzle Dazzle Rose #F537F5

Color information

#F537F5 (or 0xF537F5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 37 and F5. RGB value is (245,55,245). Sum of RGB (Red+Green+Blue) = 245+55+245=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 55 (21.88% from 255 or 10.09% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F537F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537F5 is #0AC80A. Grayscale: #848484. Windows color (decimal): -706571 or 16070645. OLE color: 16070645.

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

Color convert

RGB24555245-
CMYK00.7800.04
HSL300º90.48%58.82%-
HSV(B)300º77.55%96.08%-
XYZ55.528.7489.01-
YUV133.47190.95207.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 55 (21.88% from 255) = 10.09%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=44.95%
G=10.09%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455524500.7800.0430090.4858.82
HexF537F504E0412c5a3b
Octal3656736501160445413273
Binary11110101110111111101010100111001001001011001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F537F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F537F5; }

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

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

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

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

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

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

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

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