#FC35CC

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

Shades of Razzle Dazzle Rose #FC35CC

Tints of Razzle Dazzle Rose #FC35CC

Color information

#FC35CC (or 0xFC35CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 35 and CC. RGB value is (252,53,204). Sum of RGB (Red+Green+Blue) = 252+53+204=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC35CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC35CC is #03CA33. Grayscale: #818181. Windows color (decimal): -248372 or 13383164. OLE color: 13383164.

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

Color convert

RGB25253204-
CMYK00.790.190.01
HSL314.47º97.07%59.8%-
HSV(B)314.47º78.97%98.82%-
XYZ52.3227.659.7-
YUV129.72169.93215.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 53 (21.09% from 255) = 10.41%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=49.51%
G=10.41%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525320400.790.190.01314.4797.0759.8
HexFC35CC04F13113a613c
Octal37465314011723147214174
Binary1111110011010111001100010011111001111001110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC35CC; }

 p { color: rgb(252,53,204); }

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

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

 a { background-color: rgb(252,53,204); }

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

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

 span { border-color: rgb(252,53,204); }

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