#F541BE

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

Shades of Razzle Dazzle Rose #F541BE

Tints of Razzle Dazzle Rose #F541BE

Color information

#F541BE (or 0xF541BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 41 and BE. RGB value is (245,65,190). Sum of RGB (Red+Green+Blue) = 245+65+190=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F541BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541BE is #0ABE41. Grayscale: #848484. Windows color (decimal): -704066 or 12468725. OLE color: 12468725.

HSL color Cylindrical-coordinate representation of color #F541BE: hue angle of 318.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 #F541BE is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24565190-
CMYK00.730.220.04
HSL318.33º90%60.78%-
HSV(B)318.33º73.47%96.08%-
XYZ48.8426.9151.34-
YUV133.07160.13207.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 65 (25.78% from 255) = 13%
BLUE value IS 190 (74.61% from 255) = 38%
R=49%
G=13%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456519000.730.220.04318.339060.78
HexF541BE04916413e5a3d
Octal365101276011126447613275
Binary1111010110000011011111001001001101101001001111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F541BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F541BE; }

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

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

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

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

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

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

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

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