#F540D8

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

Shades of Razzle Dazzle Rose #F540D8

Tints of Razzle Dazzle Rose #F540D8

Color information

#F540D8 (or 0xF540D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 40 and D8. RGB value is (245,64,216). Sum of RGB (Red+Green+Blue) = 245+64+216=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F540D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540D8 is #0ABF27. Grayscale: #878787. Windows color (decimal): -704296 or 14172405. OLE color: 14172405.

HSL color Cylindrical-coordinate representation of color #F540D8: hue angle of 309.61º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540D8 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB24564216-
CMYK00.740.120.04
HSL309.61º90.05%60.59%-
HSV(B)309.61º73.88%96.08%-
XYZ51.8828.0467.64-
YUV135.45173.47206.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 64 (25.39% from 255) = 12.19%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=46.67%
G=12.19%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456421600.740.120.04309.6190.0560.59
HexF540D804AC41365a3d
Octal365100330011214446613275
Binary111101011000000110110000100101011001001001101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F540D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F540D8; }

 p { color: rgb(245,64,216); }

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

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

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

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

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

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

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