#F536B5

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

Shades of Razzle Dazzle Rose #F536B5

Tints of Razzle Dazzle Rose #F536B5

Color information

#F536B5 (or 0xF536B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 36 and B5. RGB value is (245,54,181). Sum of RGB (Red+Green+Blue) = 245+54+181=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F536B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536B5 is #0AC94A. Grayscale: #7D7D7D. Windows color (decimal): -706891 or 11876085. OLE color: 11876085.

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

Color convert

RGB24554181-
CMYK00.780.260.04
HSL320.1º90.52%58.63%-
HSV(B)320.1º77.96%96.08%-
XYZ47.3225.3946.12-
YUV125.59159.28213.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 54 (21.48% from 255) = 11.25%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=51.04%
G=11.25%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455418100.780.260.04320.190.5258.63
HexF536B504E1A41405b3b
Octal36566265011632450013373
Binary111101011101101011010101001110110101001010000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F536B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F536B5; }

 p { color: rgb(245,54,181); }

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

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

 a { background-color: rgb(245,54,181); }

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

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

 span { border-color: rgb(245,54,181); }

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