#FD3AF1

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

Shades of Razzle Dazzle Rose #FD3AF1

Tints of Razzle Dazzle Rose #FD3AF1

Color information

#FD3AF1 (or 0xFD3AF1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3A and F1. RGB value is (253,58,241). Sum of RGB (Red+Green+Blue) = 253+58+241=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 58 (23.05% from 255 or 10.51% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AF1 is #02C50E. Grayscale: #888888. Windows color (decimal): -181519 or 15809277. OLE color: 15809277.

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

Color convert

RGB25358241-
CMYK00.770.050.01
HSL303.69º97.99%60.98%-
HSV(B)303.69º77.08%99.22%-
XYZ57.930.2686.01-
YUV137.17186.6210.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 58 (23.05% from 255) = 10.51%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=45.83%
G=10.51%
B=43.66%

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
Decimal2535824100.770.050.01303.6997.9960.98
HexFD3AF104D51130623d
Octal3757236101155146014275
Binary11111101111010111100010100110110111001100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3AF1; }

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

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

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

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

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

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

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

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