#FD35F5

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

Shades of Razzle Dazzle Rose #FD35F5

Tints of Razzle Dazzle Rose #FD35F5

Color information

#FD35F5 (or 0xFD35F5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 35 and F5. RGB value is (253,53,245). Sum of RGB (Red+Green+Blue) = 253+53+245=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 53 (21.09% from 255 or 9.62% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD35F5 is #02CA0A. Grayscale: #868686. Windows color (decimal): -182795 or 16070141. OLE color: 16070141.

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

Color convert

RGB25353245-
CMYK00.790.030.01
HSL302.4º98.04%60%-
HSV(B)302.4º79.05%99.22%-
XYZ58.2630.0289.11-
YUV134.69190.26212.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 53 (21.09% from 255) = 9.62%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=45.92%
G=9.62%
B=44.46%

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
Decimal2535324500.790.030.01302.498.0460
HexFD35F504F3112e623c
Octal3756536501173145614274
Binary1111110111010111110101010011111111001011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35F5; }

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

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

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

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

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

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

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

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