#FA46CF

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

Shades of Razzle Dazzle Rose #FA46CF

Tints of Razzle Dazzle Rose #FA46CF

Color information

#FA46CF (or 0xFA46CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 46 and CF. RGB value is (250,70,207). Sum of RGB (Red+Green+Blue) = 250+70+207=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46CF is #05B930. Grayscale: #8B8B8B. Windows color (decimal): -375089 or 13584122. OLE color: 13584122.

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

Color convert

RGB25070207-
CMYK00.720.170.02
HSL314.33º94.74%62.75%-
HSV(B)314.33º72%98.04%-
XYZ52.8829.2161.88-
YUV139.44166.13206.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 70 (27.73% from 255) = 13.28%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=47.44%
G=13.28%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507020700.720.170.02314.3394.7462.75
HexFA46CF04811213a5f3f
Octal372106317011021247213777
Binary111110101000110110011110100100010001101001110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA46CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA46CF; }

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

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

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

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

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

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

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

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