#FE39C0

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

Shades of Razzle Dazzle Rose #FE39C0

Tints of Razzle Dazzle Rose #FE39C0

Color information

#FE39C0 (or 0xFE39C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 39 and C0. RGB value is (254,57,192). Sum of RGB (Red+Green+Blue) = 254+57+192=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39C0 is #01C63F. Grayscale: #828282. Windows color (decimal): -116288 or 12597758. OLE color: 12597758.

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

Color convert

RGB25457192-
CMYK00.780.240.00
HSL318.88º98.99%60.98%-
HSV(B)318.88º77.56%99.61%-
XYZ51.8527.852.5-
YUV131.29162.27215.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 57 (22.66% from 255) = 11.33%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=50.50%
G=11.33%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545719200.780.240.00318.8898.9960.98
HexFE39C004E18013f633d
Octal37671300011630047714375
Binary1111111011100111000000010011101100001001111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE39C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE39C0; }

 p { color: rgb(254,57,192); }

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

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

 a { background-color: rgb(254,57,192); }

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

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

 span { border-color: rgb(254,57,192); }

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