#FA37C6

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

Shades of Razzle Dazzle Rose #FA37C6

Tints of Razzle Dazzle Rose #FA37C6

Color information

#FA37C6 (or 0xFA37C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 37 and C6. RGB value is (250,55,198). Sum of RGB (Red+Green+Blue) = 250+55+198=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37C6 is #05C839. Grayscale: #818181. Windows color (decimal): -378938 or 12990458. OLE color: 12990458.

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

Color convert

RGB25055198-
CMYK00.780.210.02
HSL316º95.12%59.8%-
HSV(B)316º78%98.04%-
XYZ50.9827.1355.98-
YUV129.61166.6213.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 55 (21.88% from 255) = 10.93%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=49.70%
G=10.93%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505519800.780.210.0231695.1259.8
HexFA37C604E15213c5f3c
Octal37267306011625247413774
Binary11111010110111110001100100111010101101001111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA37C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA37C6; }

 p { color: rgb(250,55,198); }

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

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

 a { background-color: rgb(250,55,198); }

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

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

 span { border-color: rgb(250,55,198); }

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