#F540BB

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

Shades of Razzle Dazzle Rose #F540BB

Tints of Razzle Dazzle Rose #F540BB

Color information

#F540BB (or 0xF540BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 40 and BB. RGB value is (245,64,187). Sum of RGB (Red+Green+Blue) = 245+64+187=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F540BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540BB is #0ABF44. Grayscale: #838383. Windows color (decimal): -704325 or 12271861. OLE color: 12271861.

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

Color convert

RGB24564187-
CMYK00.740.240.04
HSL319.23º90.05%60.59%-
HSV(B)319.23º73.88%96.08%-
XYZ48.4626.6749.61-
YUV132.14158.97208.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=49.40%
G=12.90%
B=37.70%

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
Decimal2456418700.740.240.04319.2390.0560.59
HexF540BB04A18413f5a3d
Octal365100273011230447713275
Binary1111010110000001011101101001010110001001001111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F540BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F540BB; }

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

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

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

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

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

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

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

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