#FA45D4

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

Shades of Razzle Dazzle Rose #FA45D4

Tints of Razzle Dazzle Rose #FA45D4

Color information

#FA45D4 (or 0xFA45D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 45 and D4. RGB value is (250,69,212). Sum of RGB (Red+Green+Blue) = 250+69+212=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA45D4 is #05BA2B. Grayscale: #8B8B8B. Windows color (decimal): -375340 or 13911546. OLE color: 13911546.

HSL color Cylindrical-coordinate representation of color #FA45D4: hue angle of 312.6º 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 #FA45D4 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB25069212-
CMYK00.720.150.02
HSL312.6º94.76%62.55%-
HSV(B)312.6º72.4%98.04%-
XYZ53.4429.3365.13-
YUV139.42168.97206.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 69 (27.34% from 255) = 12.99%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=47.08%
G=12.99%
B=39.92%

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
Decimal2506921200.720.150.02312.694.7662.55
HexFA45D4048F21395f3f
Octal372105324011017247113777
Binary11111010100010111010100010010001111101001110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45D4; }

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

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

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

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

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

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

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

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