#FD40BA

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

Shades of Razzle Dazzle Rose #FD40BA

Tints of Razzle Dazzle Rose #FD40BA

Color information

#FD40BA (or 0xFD40BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 40 and BA. RGB value is (253,64,186). Sum of RGB (Red+Green+Blue) = 253+64+186=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40BA is #02BF45. Grayscale: #868686. Windows color (decimal): -180038 or 12206333. OLE color: 12206333.

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

Color convert

RGB25364186-
CMYK00.750.260.01
HSL321.27º97.93%62.16%-
HSV(B)321.27º74.7%99.22%-
XYZ51.228.0949.18-
YUV134.42157.12212.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 64 (25.39% from 255) = 12.72%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=50.30%
G=12.72%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536418600.750.260.01321.2797.9362.16
HexFD40BA04B1A1141623e
Octal375100272011332150114276
Binary11111101100000010111010010010111101011010000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40BA; }

 p { color: rgb(253,64,186); }

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

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

 a { background-color: rgb(253,64,186); }

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

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

 span { border-color: rgb(253,64,186); }

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