#FA47D1

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

Shades of Razzle Dazzle Rose #FA47D1

Tints of Razzle Dazzle Rose #FA47D1

Color information

#FA47D1 (or 0xFA47D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 47 and D1. RGB value is (250,71,209). Sum of RGB (Red+Green+Blue) = 250+71+209=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47D1 is #05B82E. Grayscale: #8B8B8B. Windows color (decimal): -374831 or 13715450. OLE color: 13715450.

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

Color convert

RGB25071209-
CMYK00.720.160.02
HSL313.74º94.71%62.94%-
HSV(B)313.74º71.6%98.04%-
XYZ53.1929.4363.2-
YUV140.25166.8206.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 71 (28.12% from 255) = 13.40%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=47.17%
G=13.40%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507120900.720.160.02313.7494.7162.94
HexFA47D104810213a5f3f
Octal372107321011020247213777
Binary111110101000111110100010100100010000101001110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47D1; }

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

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

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

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

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

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

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

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