#FD3FB5

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

Shades of Razzle Dazzle Rose #FD3FB5

Tints of Razzle Dazzle Rose #FD3FB5

Color information

#FD3FB5 (or 0xFD3FB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3F and B5. RGB value is (253,63,181). Sum of RGB (Red+Green+Blue) = 253+63+181=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3FB5 is #02C04A. Grayscale: #848484. Windows color (decimal): -180299 or 11878397. OLE color: 11878397.

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

Color convert

RGB25363181-
CMYK00.750.280.01
HSL322.74º97.94%61.96%-
HSV(B)322.74º75.1%99.22%-
XYZ50.6327.7746.41-
YUV133.26154.95213.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=50.91%
G=12.68%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536318100.750.280.01322.7497.9461.96
HexFD3FB504B1C1143623e
Octal37577265011334150314276
Binary1111110111111110110101010010111110011010000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3FB5; }

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

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

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

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

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

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

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

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