#FA46DF

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

Shades of Razzle Dazzle Rose #FA46DF

Tints of Razzle Dazzle Rose #FA46DF

Color information

#FA46DF (or 0xFA46DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 46 and DF. RGB value is (250,70,223). Sum of RGB (Red+Green+Blue) = 250+70+223=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46DF is #05B920. Grayscale: #8C8C8C. Windows color (decimal): -375073 or 14632698. OLE color: 14632698.

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

Color convert

RGB25070223-
CMYK00.720.110.02
HSL309º94.74%62.75%-
HSV(B)309º72%98.04%-
XYZ54.9330.0372.71-
YUV141.26174.13205.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 70 (27.73% from 255) = 12.89%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=46.04%
G=12.89%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507022300.720.110.0230994.7462.75
HexFA46DF048B21355f3f
Octal372106337011013246513777
Binary11111010100011011011111010010001011101001101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA46DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA46DF; }

 p { color: rgb(250,70,223); }

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

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

 a { background-color: rgb(250,70,223); }

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

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

 span { border-color: rgb(250,70,223); }

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