#FA2DD9

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

Shades of Razzle Dazzle Rose #FA2DD9

Tints of Razzle Dazzle Rose #FA2DD9

Color information

#FA2DD9 (or 0xFA2DD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 2D and D9. RGB value is (250,45,217). Sum of RGB (Red+Green+Blue) = 250+45+217=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 45 (17.97% from 255 or 8.79% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DD9 is #05D226. Grayscale: #7D7D7D. Windows color (decimal): -381479 or 14233082. OLE color: 14233082.

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

Color convert

RGB25045217-
CMYK00.820.130.02
HSL309.66º95.35%57.84%-
HSV(B)309.66º82%98.04%-
XYZ52.8927.2168.11-
YUV125.9179.42216.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 45 (17.97% from 255) = 8.79%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=48.83%
G=8.79%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504521700.820.130.02309.6695.3557.84
HexFA2DD9052D21365f3a
Octal37255331012215246613772
Binary1111101010110111011001010100101101101001101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2DD9; }

 p { color: rgb(250,45,217); }

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

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

 a { background-color: rgb(250,45,217); }

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

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

 span { border-color: rgb(250,45,217); }

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