#FE3DB7

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

Shades of Razzle Dazzle Rose #FE3DB7

Tints of Razzle Dazzle Rose #FE3DB7

Color information

#FE3DB7 (or 0xFE3DB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 3D and B7. RGB value is (254,61,183). Sum of RGB (Red+Green+Blue) = 254+61+183=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DB7 is #01C248. Grayscale: #848484. Windows color (decimal): -115273 or 12008958. OLE color: 12008958.

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

Color convert

RGB25461183-
CMYK00.760.280.00
HSL322.07º98.97%61.76%-
HSV(B)322.07º75.98%99.61%-
XYZ51.0927.8347.48-
YUV132.61156.44214.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 61 (24.22% from 255) = 12.25%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=51.00%
G=12.25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546118300.760.280.00322.0798.9761.76
HexFE3DB704C1C0142633e
Octal37675267011434050214376
Binary1111111011110110110111010011001110001010000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3DB7; }

 p { color: rgb(254,61,183); }

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

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

 a { background-color: rgb(254,61,183); }

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

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

 span { border-color: rgb(254,61,183); }

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