#FA37C4

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

Shades of Razzle Dazzle Rose #FA37C4

Tints of Razzle Dazzle Rose #FA37C4

Color information

#FA37C4 (or 0xFA37C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 37 and C4. RGB value is (250,55,196). Sum of RGB (Red+Green+Blue) = 250+55+196=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37C4 is #05C83B. Grayscale: #818181. Windows color (decimal): -378940 or 12859386. OLE color: 12859386.

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

Color convert

RGB25055196-
CMYK00.780.220.02
HSL316.62º95.12%59.8%-
HSV(B)316.62º78%98.04%-
XYZ50.7527.0454.77-
YUV129.38165.6214.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 55 (21.88% from 255) = 10.98%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=49.90%
G=10.98%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505519600.780.220.02316.6295.1259.8
HexFA37C404E16213d5f3c
Octal37267304011626247513774
Binary11111010110111110001000100111010110101001111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA37C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA37C4; }

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

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

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

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

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

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

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

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