#FA44DB

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

Shades of Razzle Dazzle Rose #FA44DB

Tints of Razzle Dazzle Rose #FA44DB

Color information

#FA44DB (or 0xFA44DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 44 and DB. RGB value is (250,68,219). Sum of RGB (Red+Green+Blue) = 250+68+219=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 68 (26.95% from 255 or 12.66% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44DB is #05BB24. Grayscale: #8B8B8B. Windows color (decimal): -375589 or 14370042. OLE color: 14370042.

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

Color convert

RGB25068219-
CMYK00.730.120.02
HSL310.22º94.79%62.35%-
HSV(B)310.22º72.8%98.04%-
XYZ54.2829.5769.87-
YUV139.63172.8206.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 68 (26.95% from 255) = 12.66%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=46.55%
G=12.66%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506821900.730.120.02310.2294.7962.35
HexFA44DB049C21365f3e
Octal372104333011114246613776
Binary11111010100010011011011010010011100101001101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA44DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA44DB; }

 p { color: rgb(250,68,219); }

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

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

 a { background-color: rgb(250,68,219); }

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

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

 span { border-color: rgb(250,68,219); }

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