#FA48D8

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

Shades of Razzle Dazzle Rose #FA48D8

Tints of Razzle Dazzle Rose #FA48D8

Color information

#FA48D8 (or 0xFA48D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 48 and D8. RGB value is (250,72,216). Sum of RGB (Red+Green+Blue) = 250+72+216=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48D8 is #05B727. Grayscale: #8D8D8D. Windows color (decimal): -374568 or 14174458. OLE color: 14174458.

HSL color Cylindrical-coordinate representation of color #FA48D8: hue angle of 311.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA48D8 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB25072216-
CMYK00.710.140.02
HSL311.46º94.68%63.14%-
HSV(B)311.46º71.2%98.04%-
XYZ54.1429.9267.89-
YUV141.64169.97205.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 72 (28.52% from 255) = 13.38%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=46.47%
G=13.38%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507221600.710.140.02311.4694.6863.14
HexFA48D8047E21375f3f
Octal372110330010716246713777
Binary11111010100100011011000010001111110101001101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA48D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA48D8; }

 p { color: rgb(250,72,216); }

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

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

 a { background-color: rgb(250,72,216); }

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

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

 span { border-color: rgb(250,72,216); }

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