#FD35C2

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

Shades of Razzle Dazzle Rose #FD35C2

Tints of Razzle Dazzle Rose #FD35C2

Color information

#FD35C2 (or 0xFD35C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 35 and C2. RGB value is (253,53,194). Sum of RGB (Red+Green+Blue) = 253+53+194=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD35C2 is #02CA3D. Grayscale: #808080. Windows color (decimal): -182846 or 12727805. OLE color: 12727805.

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

Color convert

RGB25353194-
CMYK00.790.230.01
HSL317.7º98.04%60%-
HSV(B)317.7º79.05%99.22%-
XYZ51.5227.3253.6-
YUV128.87164.76216.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=50.6%
G=10.6%
B=38.8%

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
Decimal2535319400.790.230.01317.798.0460
HexFD35C204F17113e623c
Octal37565302011727147614274
Binary1111110111010111000010010011111011111001111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35C2; }

 p { color: rgb(253,53,194); }

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

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

 a { background-color: rgb(253,53,194); }

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

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

 span { border-color: rgb(253,53,194); }

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