#FA47C5

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

Shades of Razzle Dazzle Rose #FA47C5

Tints of Razzle Dazzle Rose #FA47C5

Color information

#FA47C5 (or 0xFA47C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 47 and C5. RGB value is (250,71,197). Sum of RGB (Red+Green+Blue) = 250+71+197=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47C5 is #05B83A. Grayscale: #8A8A8A. Windows color (decimal): -374843 or 12929018. OLE color: 12929018.

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

Color convert

RGB25071197-
CMYK00.720.210.02
HSL317.77º94.71%62.94%-
HSV(B)317.77º71.6%98.04%-
XYZ51.7628.8655.67-
YUV138.88160.8207.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 71 (28.12% from 255) = 13.71%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=48.26%
G=13.71%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507119700.720.210.02317.7794.7162.94
HexFA47C504815213e5f3f
Octal372107305011025247613777
Binary111110101000111110001010100100010101101001111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47C5; }

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

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

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

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

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

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

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

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