#F541BB

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

Shades of Razzle Dazzle Rose #F541BB

Tints of Razzle Dazzle Rose #F541BB

Color information

#F541BB (or 0xF541BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 41 and BB. RGB value is (245,65,187). Sum of RGB (Red+Green+Blue) = 245+65+187=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F541BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541BB is #0ABE44. Grayscale: #848484. Windows color (decimal): -704069 or 12272117. OLE color: 12272117.

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

Color convert

RGB24565187-
CMYK00.730.240.04
HSL319.33º90%60.78%-
HSV(B)319.33º73.47%96.08%-
XYZ48.5226.7849.63-
YUV132.73158.63208.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 65 (25.78% from 255) = 13.08%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=49.30%
G=13.08%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456518700.730.240.04319.339060.78
HexF541BB04918413f5a3d
Octal365101273011130447713275
Binary1111010110000011011101101001001110001001001111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F541BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F541BB; }

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

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

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

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

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

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

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

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