#FA2CD8

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

Shades of Razzle Dazzle Rose #FA2CD8

Tints of Razzle Dazzle Rose #FA2CD8

Color information

#FA2CD8 (or 0xFA2CD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 2C and D8. RGB value is (250,44,216). Sum of RGB (Red+Green+Blue) = 250+44+216=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2CD8 is #05D327. Grayscale: #7C7C7C. Windows color (decimal): -381736 or 14167290. OLE color: 14167290.

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

Color convert

RGB25044216-
CMYK00.820.140.02
HSL309.9º95.37%57.65%-
HSV(B)309.9º82.4%98.04%-
XYZ52.7227.0867.41-
YUV125.2179.25217.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 44 (17.58% from 255) = 8.63%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=49.02%
G=8.63%
B=42.35%

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
Decimal2504421600.820.140.02309.995.3757.65
HexFA2CD8052E21365f3a
Octal37254330012216246613772
Binary1111101010110011011000010100101110101001101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2CD8; }

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

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

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

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

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

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

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

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