#FA3FE8

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

Shades of Razzle Dazzle Rose #FA3FE8

Tints of Razzle Dazzle Rose #FA3FE8

Color information

#FA3FE8 (or 0xFA3FE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 3F and E8. RGB value is (250,63,232). Sum of RGB (Red+Green+Blue) = 250+63+232=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FE8 is #05C017. Grayscale: #898989. Windows color (decimal): -376856 or 15220730. OLE color: 15220730.

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

Color convert

RGB25063232-
CMYK00.750.070.02
HSL305.78º94.92%61.37%-
HSV(B)305.78º74.8%98.04%-
XYZ55.7729.7179.14-
YUV138.18180.95207.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 63 (25% from 255) = 11.56%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=45.87%
G=11.56%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506323200.750.070.02305.7894.9261.37
HexFA3FE804B721325f3d
Octal3727735001137246213775
Binary111110101111111110100001001011111101001100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3FE8; }

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

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

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

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

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

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

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

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