#FA40EC

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

Shades of Razzle Dazzle Rose #FA40EC

Tints of Razzle Dazzle Rose #FA40EC

Color information

#FA40EC (or 0xFA40EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 40 and EC. RGB value is (250,64,236). Sum of RGB (Red+Green+Blue) = 250+64+236=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40EC is #05BF13. Grayscale: #8A8A8A. Windows color (decimal): -376596 or 15483130. OLE color: 15483130.

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

Color convert

RGB25064236-
CMYK00.740.060.02
HSL304.52º94.9%61.57%-
HSV(B)304.52º74.4%98.04%-
XYZ56.430.0582.18-
YUV139.22182.62207.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 11.64%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=45.45%
G=11.64%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506423600.740.060.02304.5294.961.57
HexFA40EC04A621315f3e
Octal37210035401126246113776
Binary1111101010000001110110001001010110101001100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA40EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA40EC; }

 p { color: rgb(250,64,236); }

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

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

 a { background-color: rgb(250,64,236); }

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

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

 span { border-color: rgb(250,64,236); }

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