#FD39C6

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

Shades of Razzle Dazzle Rose #FD39C6

Tints of Razzle Dazzle Rose #FD39C6

Color information

#FD39C6 (or 0xFD39C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 39 and C6. RGB value is (253,57,198). Sum of RGB (Red+Green+Blue) = 253+57+198=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD39C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD39C6 is #02C639. Grayscale: #838383. Windows color (decimal): -181818 or 12990973. OLE color: 12990973.

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

Color convert

RGB25357198-
CMYK00.770.220.01
HSL316.84º98%60.78%-
HSV(B)316.84º77.47%99.22%-
XYZ52.1627.8956.06-
YUV131.68165.43214.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 57 (22.66% from 255) = 11.22%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=49.80%
G=11.22%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535719800.770.220.01316.849860.78
HexFD39C604D16113d623d
Octal37571306011526147514275
Binary1111110111100111000110010011011011011001111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD39C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD39C6; }

 p { color: rgb(253,57,198); }

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

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

 a { background-color: rgb(253,57,198); }

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

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

 span { border-color: rgb(253,57,198); }

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