#FE3FC0

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

Shades of Razzle Dazzle Rose #FE3FC0

Tints of Razzle Dazzle Rose #FE3FC0

Color information

#FE3FC0 (or 0xFE3FC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 3F and C0. RGB value is (254,63,192). Sum of RGB (Red+Green+Blue) = 254+63+192=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FC0 is #01C03F. Grayscale: #868686. Windows color (decimal): -114752 or 12599294. OLE color: 12599294.

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

Color convert

RGB25463192-
CMYK00.750.240.00
HSL319.48º98.96%62.16%-
HSV(B)319.48º75.2%99.61%-
XYZ52.1628.4352.61-
YUV134.82160.28213.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=49.90%
G=12.38%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546319200.750.240.00319.4898.9662.16
HexFE3FC004B18013f633e
Octal37677300011330047714376
Binary1111111011111111000000010010111100001001111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3FC0; }

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

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

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

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

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

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

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

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