#FC35C1

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

Shades of Razzle Dazzle Rose #FC35C1

Tints of Razzle Dazzle Rose #FC35C1

Color information

#FC35C1 (or 0xFC35C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 35 and C1. RGB value is (252,53,193). Sum of RGB (Red+Green+Blue) = 252+53+193=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC35C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC35C1 is #03CA3E. Grayscale: #808080. Windows color (decimal): -248383 or 12662268. OLE color: 12662268.

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

Color convert

RGB25253193-
CMYK00.790.230.01
HSL317.79º97.07%59.8%-
HSV(B)317.79º78.97%98.82%-
XYZ51.0427.0952.99-
YUV128.46164.43216.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 53 (21.09% from 255) = 10.64%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=50.60%
G=10.64%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525319300.790.230.01317.7997.0759.8
HexFC35C104F17113e613c
Octal37465301011727147614174
Binary1111110011010111000001010011111011111001111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC35C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC35C1; }

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

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

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

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

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

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

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

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