#FD3FB4

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

Shades of Razzle Dazzle Rose #FD3FB4

Tints of Razzle Dazzle Rose #FD3FB4

Color information

#FD3FB4 (or 0xFD3FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3F and B4. RGB value is (253,63,180). Sum of RGB (Red+Green+Blue) = 253+63+180=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3FB4 is #02C04B. Grayscale: #848484. Windows color (decimal): -180300 or 11812861. OLE color: 11812861.

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

Color convert

RGB25363180-
CMYK00.750.290.01
HSL323.05º97.94%61.96%-
HSV(B)323.05º75.1%99.22%-
XYZ50.5227.7345.87-
YUV133.15154.45213.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 63 (25% from 255) = 12.70%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=51.01%
G=12.70%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536318000.750.290.01323.0597.9461.96
HexFD3FB404B1D1143623e
Octal37577264011335150314276
Binary1111110111111110110100010010111110111010000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3FB4; }

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

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

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

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

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

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

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

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