#F540B9

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

Shades of Razzle Dazzle Rose #F540B9

Tints of Razzle Dazzle Rose #F540B9

Color information

#F540B9 (or 0xF540B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 40 and B9. RGB value is (245,64,185). Sum of RGB (Red+Green+Blue) = 245+64+185=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F540B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540B9 is #0ABF46. Grayscale: #838383. Windows color (decimal): -704327 or 12140789. OLE color: 12140789.

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

Color convert

RGB24564185-
CMYK00.740.240.04
HSL319.89º90.05%60.59%-
HSV(B)319.89º73.88%96.08%-
XYZ48.2526.5848.49-
YUV131.91157.97208.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 64 (25.39% from 255) = 12.96%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=49.60%
G=12.96%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456418500.740.240.04319.8990.0560.59
HexF540B904A1841405a3d
Octal365100271011230450013275
Binary1111010110000001011100101001010110001001010000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F540B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F540B9; }

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

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

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

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

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

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

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

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