#FA47C4

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

Shades of Razzle Dazzle Rose #FA47C4

Tints of Razzle Dazzle Rose #FA47C4

Color information

#FA47C4 (or 0xFA47C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 47 and C4. RGB value is (250,71,196). Sum of RGB (Red+Green+Blue) = 250+71+196=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47C4 is #05B83B. Grayscale: #8A8A8A. Windows color (decimal): -374844 or 12863482. OLE color: 12863482.

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

Color convert

RGB25071196-
CMYK00.720.220.02
HSL318.1º94.71%62.94%-
HSV(B)318.1º71.6%98.04%-
XYZ51.6428.8255.06-
YUV138.77160.3207.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 71 (28.12% from 255) = 13.73%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=48.36%
G=13.73%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507119600.720.220.02318.194.7162.94
HexFA47C404816213e5f3f
Octal372107304011026247613777
Binary111110101000111110001000100100010110101001111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47C4; }

 p { color: rgb(250,71,196); }

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

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

 a { background-color: rgb(250,71,196); }

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

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

 span { border-color: rgb(250,71,196); }

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