#FA2DD8

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

Shades of Razzle Dazzle Rose #FA2DD8

Tints of Razzle Dazzle Rose #FA2DD8

Color information

#FA2DD8 (or 0xFA2DD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 2D and D8. RGB value is (250,45,216). Sum of RGB (Red+Green+Blue) = 250+45+216=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DD8 is #05D227. Grayscale: #7D7D7D. Windows color (decimal): -381480 or 14167546. OLE color: 14167546.

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

Color convert

RGB25045216-
CMYK00.820.140.02
HSL309.95º95.35%57.84%-
HSV(B)309.95º82%98.04%-
XYZ52.7627.1667.43-
YUV125.79178.92216.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 45 (17.97% from 255) = 8.81%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=48.92%
G=8.81%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504521600.820.140.02309.9595.3557.84
HexFA2DD8052E21365f3a
Octal37255330012216246613772
Binary1111101010110111011000010100101110101001101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2DD8; }

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

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

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

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

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

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

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

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