#FD27C1

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

Shades of Razzle Dazzle Rose #FD27C1

Tints of Razzle Dazzle Rose #FD27C1

Color information

#FD27C1 (or 0xFD27C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 27 and C1. RGB value is (253,39,193). Sum of RGB (Red+Green+Blue) = 253+39+193=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD27C1 is #02D83E. Grayscale: #787878. Windows color (decimal): -186431 or 12658685. OLE color: 12658685.

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

Color convert

RGB25339193-
CMYK00.850.240.01
HSL316.82º98.17%57.25%-
HSV(B)316.82º84.58%99.22%-
XYZ50.8626.1852.83-
YUV120.54168.9222.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 39 (15.62% from 255) = 8.04%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=52.16%
G=8.04%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533919300.850.240.01316.8298.1757.25
HexFD27C105518113d6239
Octal37547301012530147514271
Binary1111110110011111000001010101011100011001111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD27C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD27C1; }

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

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

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

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

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

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

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

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