#FD27CE

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

Shades of Razzle Dazzle Rose #FD27CE

Tints of Razzle Dazzle Rose #FD27CE

Color information

#FD27CE (or 0xFD27CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 27 and CE. RGB value is (253,39,206). Sum of RGB (Red+Green+Blue) = 253+39+206=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD27CE is #02D831. Grayscale: #797979. Windows color (decimal): -186418 or 13510653. OLE color: 13510653.

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

Color convert

RGB25339206-
CMYK00.850.190.01
HSL313.18º98.17%57.25%-
HSV(B)313.18º84.58%99.22%-
XYZ52.3726.7960.8-
YUV122.02175.4221.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 39 (15.62% from 255) = 7.83%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=50.80%
G=7.83%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533920600.850.190.01313.1898.1757.25
HexFD27CE0551311396239
Octal37547316012523147114271
Binary1111110110011111001110010101011001111001110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD27CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD27CE; }

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

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

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

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

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

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

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

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