#FD3FE7

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

Shades of Razzle Dazzle Rose #FD3FE7

Tints of Razzle Dazzle Rose #FD3FE7

Color information

#FD3FE7 (or 0xFD3FE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3F and E7. RGB value is (253,63,231). Sum of RGB (Red+Green+Blue) = 253+63+231=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 63 (25% from 255 or 11.52% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3FE7 is #02C018. Grayscale: #8A8A8A. Windows color (decimal): -180249 or 15155197. OLE color: 15155197.

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

Color convert

RGB25363231-
CMYK00.750.090.01
HSL306.95º97.94%61.96%-
HSV(B)306.95º75.1%99.22%-
XYZ56.7130.2178.44-
YUV138.96179.95209.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 63 (25% from 255) = 11.52%
BLUE value IS 231 (90.62% from 255) = 42.23%
R=46.25%
G=11.52%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536323100.750.090.01306.9597.9461.96
HexFD3FE704B91133623e
Octal37577347011311146314276
Binary111111011111111110011101001011100111001100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3FE7; }

 p { color: rgb(253,63,231); }

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

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

 a { background-color: rgb(253,63,231); }

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

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

 span { border-color: rgb(253,63,231); }

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