#FA36F6

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

Shades of Razzle Dazzle Rose #FA36F6

Tints of Razzle Dazzle Rose #FA36F6

Color information

#FA36F6 (or 0xFA36F6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 36 and F6. RGB value is (250,54,246). Sum of RGB (Red+Green+Blue) = 250+54+246=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 54 (21.48% from 255 or 9.82% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA36F6 is #05C909. Grayscale: #858585. Windows color (decimal): -379146 or 16135930. OLE color: 16135930.

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

Color convert

RGB25054246-
CMYK00.780.020.02
HSL301.22º95.15%59.61%-
HSV(B)301.22º78.4%98.04%-
XYZ57.3829.6289.88-
YUV134.49190.93210.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 9.82%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=45.45%
G=9.82%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505424600.780.020.02301.2295.1559.61
HexFA36F604E2212d5f3c
Octal3726636601162245513774
Binary11111010110110111101100100111010101001011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA36F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA36F6; }

 p { color: rgb(250,54,246); }

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

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

 a { background-color: rgb(250,54,246); }

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

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

 span { border-color: rgb(250,54,246); }

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