#FA42DA

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

Shades of Razzle Dazzle Rose #FA42DA

Tints of Razzle Dazzle Rose #FA42DA

Color information

#FA42DA (or 0xFA42DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 42 and DA. RGB value is (250,66,218). Sum of RGB (Red+Green+Blue) = 250+66+218=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42DA is #05BD25. Grayscale: #898989. Windows color (decimal): -376102 or 14303994. OLE color: 14303994.

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

Color convert

RGB25066218-
CMYK00.740.130.02
HSL310.43º94.85%61.96%-
HSV(B)310.43º73.6%98.04%-
XYZ54.0329.2869.13-
YUV138.34172.96207.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.82%
GREEN value IS 66 (26.17% from 255) = 12.36%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=46.82%
G=12.36%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506621800.740.130.02310.4394.8561.96
HexFA42DA04AD21365f3e
Octal372102332011215246613776
Binary11111010100001011011010010010101101101001101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA42DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA42DA; }

 p { color: rgb(250,66,218); }

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

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

 a { background-color: rgb(250,66,218); }

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

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

 span { border-color: rgb(250,66,218); }

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