#FA46CC

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

Shades of Razzle Dazzle Rose #FA46CC

Tints of Razzle Dazzle Rose #FA46CC

Color information

#FA46CC (or 0xFA46CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 46 and CC. RGB value is (250,70,204). Sum of RGB (Red+Green+Blue) = 250+70+204=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46CC is #05B933. Grayscale: #8A8A8A. Windows color (decimal): -375092 or 13387514. OLE color: 13387514.

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

Color convert

RGB25070204-
CMYK00.720.180.02
HSL315.33º94.74%62.75%-
HSV(B)315.33º72%98.04%-
XYZ52.5129.0659.97-
YUV139.1164.63207.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 70 (27.73% from 255) = 13.36%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=47.71%
G=13.36%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507020400.720.180.02315.3394.7462.75
HexFA46CC04812213b5f3f
Octal372106314011022247313777
Binary111110101000110110011000100100010010101001110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA46CC; }

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

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

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

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

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

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

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

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