#FC3DB7

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

Shades of Razzle Dazzle Rose #FC3DB7

Tints of Razzle Dazzle Rose #FC3DB7

Color information

#FC3DB7 (or 0xFC3DB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3D and B7. RGB value is (252,61,183). Sum of RGB (Red+Green+Blue) = 252+61+183=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DB7 is #03C248. Grayscale: #838383. Windows color (decimal): -246345 or 12008956. OLE color: 12008956.

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

Color convert

RGB25261183-
CMYK00.760.270.01
HSL321.68º96.95%61.37%-
HSV(B)321.68º75.79%98.82%-
XYZ50.3627.4547.44-
YUV132.02156.78213.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 61 (24.22% from 255) = 12.30%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=50.81%
G=12.30%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526118300.760.270.01321.6896.9561.37
HexFC3DB704C1B1142613d
Octal37475267011433150214175
Binary1111110011110110110111010011001101111010000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DB7; }

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

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

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

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

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

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

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

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