#FC35C8

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

Shades of Razzle Dazzle Rose #FC35C8

Tints of Razzle Dazzle Rose #FC35C8

Color information

#FC35C8 (or 0xFC35C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 35 and C8. RGB value is (252,53,200). Sum of RGB (Red+Green+Blue) = 252+53+200=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC35C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC35C8 is #03CA37. Grayscale: #808080. Windows color (decimal): -248376 or 13121020. OLE color: 13121020.

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

Color convert

RGB25253200-
CMYK00.790.210.01
HSL315.68º97.07%59.8%-
HSV(B)315.68º78.97%98.82%-
XYZ51.8427.4157.2-
YUV129.26167.93215.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 53 (21.09% from 255) = 10.50%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=49.90%
G=10.50%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525320000.790.210.01315.6897.0759.8
HexFC35C804F15113c613c
Octal37465310011725147414174
Binary1111110011010111001000010011111010111001111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC35C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC35C8; }

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

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

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

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

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

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

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

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