#FC3FD7

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

Shades of Razzle Dazzle Rose #FC3FD7

Tints of Razzle Dazzle Rose #FC3FD7

Color information

#FC3FD7 (or 0xFC3FD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and D7. RGB value is (252,63,215). Sum of RGB (Red+Green+Blue) = 252+63+215=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FD7 is #03C028. Grayscale: #888888. Windows color (decimal): -245801 or 14106620. OLE color: 14106620.

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

Color convert

RGB25263215-
CMYK00.750.150.01
HSL311.75º96.92%61.76%-
HSV(B)311.75º75%98.82%-
XYZ54.1929.1667.06-
YUV136.84172.12210.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 63 (25% from 255) = 11.89%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=47.55%
G=11.89%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526321500.750.150.01311.7596.9261.76
HexFC3FD704BF1138613e
Octal37477327011317147014176
Binary111111001111111101011101001011111111001110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FD7; }

 p { color: rgb(252,63,215); }

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

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

 a { background-color: rgb(252,63,215); }

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

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

 span { border-color: rgb(252,63,215); }

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