#FD36BA

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

Shades of Razzle Dazzle Rose #FD36BA

Tints of Razzle Dazzle Rose #FD36BA

Color information

#FD36BA (or 0xFD36BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 36 and BA. RGB value is (253,54,186). Sum of RGB (Red+Green+Blue) = 253+54+186=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36BA is #02C945. Grayscale: #808080. Windows color (decimal): -182598 or 12203773. OLE color: 12203773.

HSL color Cylindrical-coordinate representation of color #FD36BA: hue angle of 320.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD36BA is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB25354186-
CMYK00.790.260.01
HSL320.2º98.03%60.2%-
HSV(B)320.2º78.66%99.22%-
XYZ50.6927.0749.01-
YUV128.55160.43216.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.32%
GREEN value IS 54 (21.48% from 255) = 10.95%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=51.32%
G=10.95%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535418600.790.260.01320.298.0360.2
HexFD36BA04F1A1140623c
Octal37566272011732150014274
Binary1111110111011010111010010011111101011010000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD36BA; }

 p { color: rgb(253,54,186); }

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

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

 a { background-color: rgb(253,54,186); }

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

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

 span { border-color: rgb(253,54,186); }

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