#FD32F1

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

Shades of Razzle Dazzle Rose #FD32F1

Tints of Razzle Dazzle Rose #FD32F1

Color information

#FD32F1 (or 0xFD32F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 32 and F1. RGB value is (253,50,241). Sum of RGB (Red+Green+Blue) = 253+50+241=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 50 (19.92% from 255 or 9.19% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32F1 is #02CD0E. Grayscale: #838383. Windows color (decimal): -183567 or 15807229. OLE color: 15807229.

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

Color convert

RGB25350241-
CMYK00.800.050.01
HSL303.55º98.07%59.41%-
HSV(B)303.55º80.24%99.22%-
XYZ57.5329.5185.88-
YUV132.47189.25213.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 50 (19.92% from 255) = 9.19%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=46.51%
G=9.19%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535024100.800.050.01303.5598.0759.41
HexFD32F105051130623b
Octal3756236101205146014273
Binary11111101110010111100010101000010111001100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD32F1; }

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

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

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

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

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

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

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

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