#FD3AF0

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

Shades of Razzle Dazzle Rose #FD3AF0

Tints of Razzle Dazzle Rose #FD3AF0

Color information

#FD3AF0 (or 0xFD3AF0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3A and F0. RGB value is (253,58,240). Sum of RGB (Red+Green+Blue) = 253+58+240=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 58 (23.05% from 255 or 10.53% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AF0 is #02C50F. Grayscale: #888888. Windows color (decimal): -181520 or 15743741. OLE color: 15743741.

HSL color Cylindrical-coordinate representation of color #FD3AF0: hue angle of 304º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AF0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB25358240-
CMYK00.770.050.01
HSL304º97.99%60.98%-
HSV(B)304º77.08%99.22%-
XYZ57.7530.285.22-
YUV137.05186.1210.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 58 (23.05% from 255) = 10.53%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=45.92%
G=10.53%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535824000.770.050.0130497.9960.98
HexFD3AF004D51130623d
Octal3757236001155146014275
Binary11111101111010111100000100110110111001100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3AF0; }

 p { color: rgb(253,58,240); }

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

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

 a { background-color: rgb(253,58,240); }

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

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

 span { border-color: rgb(253,58,240); }

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