#FA46CA

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

Shades of Razzle Dazzle Rose #FA46CA

Tints of Razzle Dazzle Rose #FA46CA

Color information

#FA46CA (or 0xFA46CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 46 and CA. RGB value is (250,70,202). Sum of RGB (Red+Green+Blue) = 250+70+202=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46CA is #05B935. Grayscale: #8A8A8A. Windows color (decimal): -375094 or 13256442. OLE color: 13256442.

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

Color convert

RGB25070202-
CMYK00.720.190.02
HSL316º94.74%62.75%-
HSV(B)316º72%98.04%-
XYZ52.2828.9758.71-
YUV138.87163.63207.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 70 (27.73% from 255) = 13.41%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=47.89%
G=13.41%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507020200.720.190.0231694.7462.75
HexFA46CA04813213c5f3f
Octal372106312011023247413777
Binary111110101000110110010100100100010011101001111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA46CA; }

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

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

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

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

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

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

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

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