#FA4DC5

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

Shades of Razzle Dazzle Rose #FA4DC5

Tints of Razzle Dazzle Rose #FA4DC5

Color information

#FA4DC5 (or 0xFA4DC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 4D and C5. RGB value is (250,77,197). Sum of RGB (Red+Green+Blue) = 250+77+197=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DC5 is #05B23A. Grayscale: #8E8E8E. Windows color (decimal): -373307 or 12930554. OLE color: 12930554.

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

Color convert

RGB25077197-
CMYK00.690.210.02
HSL318.38º94.54%64.12%-
HSV(B)318.38º69.2%98.04%-
XYZ52.1629.6655.8-
YUV142.41158.81204.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=47.71%
G=14.69%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507719700.690.210.02318.3894.5464.12
HexFA4DC504515213e5f40
Octal3721153050105252476137100
Binary1111101010011011100010101000101101011010011111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DC5; }

 p { color: rgb(250,77,197); }

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

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

 a { background-color: rgb(250,77,197); }

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

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

 span { border-color: rgb(250,77,197); }

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