#FA45D5

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

Shades of Razzle Dazzle Rose #FA45D5

Tints of Razzle Dazzle Rose #FA45D5

Color information

#FA45D5 (or 0xFA45D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 45 and D5. RGB value is (250,69,213). Sum of RGB (Red+Green+Blue) = 250+69+213=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA45D5 is #05BA2A. Grayscale: #8B8B8B. Windows color (decimal): -375339 or 13977082. OLE color: 13977082.

HSL color Cylindrical-coordinate representation of color #FA45D5: hue angle of 312.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45D5 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB25069213-
CMYK00.720.150.02
HSL312.27º94.76%62.55%-
HSV(B)312.27º72.4%98.04%-
XYZ53.5629.3865.8-
YUV139.54169.47206.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 69 (27.34% from 255) = 12.97%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=46.99%
G=12.97%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506921300.720.150.02312.2794.7662.55
HexFA45D5048F21385f3f
Octal372105325011017247013777
Binary11111010100010111010101010010001111101001110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45D5; }

 p { color: rgb(250,69,213); }

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

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

 a { background-color: rgb(250,69,213); }

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

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

 span { border-color: rgb(250,69,213); }

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