#FC3EF1

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

Shades of Razzle Dazzle Rose #FC3EF1

Tints of Razzle Dazzle Rose #FC3EF1

Color information

#FC3EF1 (or 0xFC3EF1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3E and F1. RGB value is (252,62,241). Sum of RGB (Red+Green+Blue) = 252+62+241=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 62 (24.61% from 255 or 11.17% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3EF1 is #03C10E. Grayscale: #8A8A8A. Windows color (decimal): -246031 or 15810300. OLE color: 15810300.

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

Color convert

RGB25262241-
CMYK00.750.040.01
HSL303.47º96.94%61.57%-
HSV(B)303.47º75.4%98.82%-
XYZ57.7430.4986.06-
YUV139.22185.45208.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 62 (24.61% from 255) = 11.17%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=45.41%
G=11.17%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526224100.750.040.01303.4796.9461.57
HexFC3EF104B4112f613e
Octal3747636101134145714176
Binary11111100111110111100010100101110011001011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3EF1; }

 p { color: rgb(252,62,241); }

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

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

 a { background-color: rgb(252,62,241); }

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

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

 span { border-color: rgb(252,62,241); }

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