#FD36C2

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

Shades of Razzle Dazzle Rose #FD36C2

Tints of Razzle Dazzle Rose #FD36C2

Color information

#FD36C2 (or 0xFD36C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 36 and C2. RGB value is (253,54,194). Sum of RGB (Red+Green+Blue) = 253+54+194=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36C2 is #02C93D. Grayscale: #818181. Windows color (decimal): -182590 or 12728061. OLE color: 12728061.

HSL color Cylindrical-coordinate representation of color #FD36C2: hue angle of 317.79º 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 #FD36C2 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25354194-
CMYK00.790.230.01
HSL317.79º98.03%60.2%-
HSV(B)317.79º78.66%99.22%-
XYZ51.5627.4253.61-
YUV129.46164.43216.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 54 (21.48% from 255) = 10.78%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=50.50%
G=10.78%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535419400.790.230.01317.7998.0360.2
HexFD36C204F17113e623c
Octal37566302011727147614274
Binary1111110111011011000010010011111011111001111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD36C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD36C2; }

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

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

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

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

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

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

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

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