#FD37F7

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

Shades of Razzle Dazzle Rose #FD37F7

Tints of Razzle Dazzle Rose #FD37F7

Color information

#FD37F7 (or 0xFD37F7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 37 and F7. RGB value is (253,55,247). Sum of RGB (Red+Green+Blue) = 253+55+247=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 55 (21.88% from 255 or 9.91% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD37F7 is #02C808. Grayscale: #878787. Windows color (decimal): -182281 or 16201725. OLE color: 16201725.

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

Color convert

RGB25355247-
CMYK00.780.020.01
HSL301.82º98.02%60.39%-
HSV(B)301.82º78.26%99.22%-
XYZ58.6630.3390.76-
YUV136.09190.6211.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 55 (21.88% from 255) = 9.91%
BLUE value IS 247 (96.88% from 255) = 44.50%
R=45.59%
G=9.91%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535524700.780.020.01301.8298.0260.39
HexFD37F704E2112e623c
Octal3756736701162145614274
Binary1111110111011111110111010011101011001011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD37F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD37F7; }

 p { color: rgb(253,55,247); }

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

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

 a { background-color: rgb(253,55,247); }

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

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

 span { border-color: rgb(253,55,247); }

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