#FC3DCF

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

Shades of Razzle Dazzle Rose #FC3DCF

Tints of Razzle Dazzle Rose #FC3DCF

Color information

#FC3DCF (or 0xFC3DCF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3D and CF. RGB value is (252,61,207). Sum of RGB (Red+Green+Blue) = 252+61+207=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DCF is #03C230. Grayscale: #868686. Windows color (decimal): -246321 or 13581820. OLE color: 13581820.

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

Color convert

RGB25261207-
CMYK00.760.180.01
HSL314.14º96.95%61.37%-
HSV(B)314.14º75.79%98.82%-
XYZ53.0828.5461.74-
YUV134.75168.78211.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 61 (24.22% from 255) = 11.73%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=48.46%
G=11.73%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526120700.760.180.01314.1496.9561.37
HexFC3DCF04C12113a613d
Octal37475317011422147214175
Binary1111110011110111001111010011001001011001110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DCF; }

 p { color: rgb(252,61,207); }

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

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

 a { background-color: rgb(252,61,207); }

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

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

 span { border-color: rgb(252,61,207); }

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