#FC35F3

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

Shades of Razzle Dazzle Rose #FC35F3

Tints of Razzle Dazzle Rose #FC35F3

Color information

#FC35F3 (or 0xFC35F3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 35 and F3. RGB value is (252,53,243). Sum of RGB (Red+Green+Blue) = 252+53+243=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 53 (21.09% from 255 or 9.67% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC35F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC35F3 is #03CA0C. Grayscale: #858585. Windows color (decimal): -248333 or 15939068. OLE color: 15939068.

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

Color convert

RGB25253243-
CMYK00.790.040.01
HSL302.71º97.07%59.8%-
HSV(B)302.71º78.97%98.82%-
XYZ57.629.7187.49-
YUV134.16189.43212.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 9.67%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=45.99%
G=9.67%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525324300.790.040.01302.7197.0759.8
HexFC35F304F4112f613c
Octal3746536301174145714174
Binary11111100110101111100110100111110011001011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC35F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC35F3; }

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

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

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

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

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

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

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

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