#FD41CE

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

Shades of Razzle Dazzle Rose #FD41CE

Tints of Razzle Dazzle Rose #FD41CE

Color information

#FD41CE (or 0xFD41CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 41 and CE. RGB value is (253,65,206). Sum of RGB (Red+Green+Blue) = 253+65+206=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD41CE is #02BE31. Grayscale: #888888. Windows color (decimal): -179762 or 13517309. OLE color: 13517309.

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

Color convert

RGB25365206-
CMYK00.740.190.01
HSL315º97.92%62.35%-
HSV(B)315º74.31%99.22%-
XYZ53.5429.1261.19-
YUV137.29166.78210.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 65 (25.78% from 255) = 12.40%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=48.28%
G=12.40%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536520600.740.190.0131597.9262.35
HexFD41CE04A13113b623e
Octal375101316011223147314276
Binary11111101100000111001110010010101001111001110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD41CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD41CE; }

 p { color: rgb(253,65,206); }

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

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

 a { background-color: rgb(253,65,206); }

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

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

 span { border-color: rgb(253,65,206); }

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