#FC41EE

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

Shades of Razzle Dazzle Rose #FC41EE

Tints of Razzle Dazzle Rose #FC41EE

Color information

#FC41EE (or 0xFC41EE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 41 and EE. RGB value is (252,65,238). Sum of RGB (Red+Green+Blue) = 252+65+238=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41EE is #03BE11. Grayscale: #8C8C8C. Windows color (decimal): -245266 or 15614460. OLE color: 15614460.

HSL color Cylindrical-coordinate representation of color #FC41EE: hue angle of 304.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41EE is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25265238-
CMYK00.740.060.01
HSL304.49º96.89%62.16%-
HSV(B)304.49º74.21%98.82%-
XYZ57.4730.6583.78-
YUV140.64182.95207.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 65 (25.78% from 255) = 11.71%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=45.41%
G=11.71%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526523800.740.060.01304.4996.8962.16
HexFC41EE04A61130613e
Octal37410135601126146014176
Binary111111001000001111011100100101011011001100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC41EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC41EE; }

 p { color: rgb(252,65,238); }

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

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

 a { background-color: rgb(252,65,238); }

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

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

 span { border-color: rgb(252,65,238); }

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