#F531BB

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

Shades of Razzle Dazzle Rose #F531BB

Tints of Razzle Dazzle Rose #F531BB

Color information

#F531BB (or 0xF531BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 31 and BB. RGB value is (245,49,187). Sum of RGB (Red+Green+Blue) = 245+49+187=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F531BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531BB is #0ACE44. Grayscale: #7A7A7A. Windows color (decimal): -708165 or 12268021. OLE color: 12268021.

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

Color convert

RGB24549187-
CMYK00.80.240.04
HSL317.76º90.74%57.65%-
HSV(B)317.76º80%96.08%-
XYZ47.7225.249.36-
YUV123.34163.93214.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.94%
GREEN value IS 49 (19.53% from 255) = 10.19%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=50.94%
G=10.19%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454918700.80.240.04317.7690.7457.65
HexF531BB05018413e5b3a
Octal36561273012030447613372
Binary111101011100011011101101010000110001001001111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F531BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F531BB; }

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

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

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

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

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

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

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

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