#FA3FE7

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

Shades of Razzle Dazzle Rose #FA3FE7

Tints of Razzle Dazzle Rose #FA3FE7

Color information

#FA3FE7 (or 0xFA3FE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 3F and E7. RGB value is (250,63,231). Sum of RGB (Red+Green+Blue) = 250+63+231=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 63 (25% from 255 or 11.58% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FE7 is #05C018. Grayscale: #898989. Windows color (decimal): -376857 or 15155194. OLE color: 15155194.

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

Color convert

RGB25063231-
CMYK00.750.080.02
HSL306.1º94.92%61.37%-
HSV(B)306.1º74.8%98.04%-
XYZ55.6329.6578.39-
YUV138.06180.45207.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 63 (25% from 255) = 11.58%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=45.96%
G=11.58%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506323100.750.080.02306.194.9261.37
HexFA3FE704B821325f3d
Octal37277347011310246213775
Binary1111101011111111100111010010111000101001100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3FE7; }

 p { color: rgb(250,63,231); }

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

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

 a { background-color: rgb(250,63,231); }

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

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

 span { border-color: rgb(250,63,231); }

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