#FA2EE9

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

Shades of Razzle Dazzle Rose #FA2EE9

Tints of Razzle Dazzle Rose #FA2EE9

Color information

#FA2EE9 (or 0xFA2EE9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 2E and E9. RGB value is (250,46,233). Sum of RGB (Red+Green+Blue) = 250+46+233=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 46 (18.36% from 255 or 8.70% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EE9 is #05D116. Grayscale: #7F7F7F. Windows color (decimal): -381207 or 15281914. OLE color: 15281914.

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

Color convert

RGB25046233-
CMYK00.820.070.02
HSL305º95.33%58.04%-
HSV(B)305º81.6%98.04%-
XYZ55.1128.1679.62-
YUV128.31187.09214.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 46 (18.36% from 255) = 8.70%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=47.26%
G=8.70%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504623300.820.070.0230595.3358.04
HexFA2EE9052721315f3a
Octal3725635101227246113772
Binary111110101011101110100101010010111101001100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2EE9; }

 p { color: rgb(250,46,233); }

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

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

 a { background-color: rgb(250,46,233); }

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

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

 span { border-color: rgb(250,46,233); }

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