#FE3FDC

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

Shades of Razzle Dazzle Rose #FE3FDC

Tints of Razzle Dazzle Rose #FE3FDC

Color information

#FE3FDC (or 0xFE3FDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 3F and DC. RGB value is (254,63,220). Sum of RGB (Red+Green+Blue) = 254+63+220=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FDC is #01C023. Grayscale: #898989. Windows color (decimal): -114724 or 14434302. OLE color: 14434302.

HSL color Cylindrical-coordinate representation of color #FE3FDC: hue angle of 310.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FDC is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB25463220-
CMYK00.750.130.00
HSL310.68º98.96%62.16%-
HSV(B)310.68º75.2%99.61%-
XYZ55.5729.7970.53-
YUV138.01174.28210.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 63 (25% from 255) = 11.73%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=47.30%
G=11.73%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546322000.750.130.00310.6898.9662.16
HexFE3FDC04BD0137633e
Octal37677334011315046714376
Binary111111101111111101110001001011110101001101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3FDC; }

 p { color: rgb(254,63,220); }

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

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

 a { background-color: rgb(254,63,220); }

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

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

 span { border-color: rgb(254,63,220); }

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