#F540B8

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

Shades of Razzle Dazzle Rose #F540B8

Tints of Razzle Dazzle Rose #F540B8

Color information

#F540B8 (or 0xF540B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 40 and B8. RGB value is (245,64,184). Sum of RGB (Red+Green+Blue) = 245+64+184=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F540B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540B8 is #0ABF47. Grayscale: #838383. Windows color (decimal): -704328 or 12075253. OLE color: 12075253.

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

Color convert

RGB24564184-
CMYK00.740.250.04
HSL320.22º90.05%60.59%-
HSV(B)320.22º73.88%96.08%-
XYZ48.1426.5447.93-
YUV131.8157.47208.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 64 (25.39% from 255) = 12.98%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=49.70%
G=12.98%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456418400.740.250.04320.2290.0560.59
HexF540B804A1941405a3d
Octal365100270011231450013275
Binary1111010110000001011100001001010110011001010000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F540B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F540B8; }

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

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

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

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

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

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

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

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