#FD35F6

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

Shades of Razzle Dazzle Rose #FD35F6

Tints of Razzle Dazzle Rose #FD35F6

Color information

#FD35F6 (or 0xFD35F6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 35 and F6. RGB value is (253,53,246). Sum of RGB (Red+Green+Blue) = 253+53+246=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 53 (21.09% from 255 or 9.60% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD35F6 is #02CA09. Grayscale: #868686. Windows color (decimal): -182794 or 16135677. OLE color: 16135677.

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

Color convert

RGB25353246-
CMYK00.790.030.01
HSL302.1º98.04%60%-
HSV(B)302.1º79.05%99.22%-
XYZ58.4230.0889.92-
YUV134.8190.76212.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 53 (21.09% from 255) = 9.60%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=45.83%
G=9.60%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535324600.790.030.01302.198.0460
HexFD35F604F3112e623c
Octal3756536601173145614274
Binary1111110111010111110110010011111111001011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35F6; }

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

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

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

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

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

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

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

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