#FA37CE

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

Shades of Razzle Dazzle Rose #FA37CE

Tints of Razzle Dazzle Rose #FA37CE

Color information

#FA37CE (or 0xFA37CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 37 and CE. RGB value is (250,55,206). Sum of RGB (Red+Green+Blue) = 250+55+206=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37CE is #05C831. Grayscale: #828282. Windows color (decimal): -378930 or 13514746. OLE color: 13514746.

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

Color convert

RGB25055206-
CMYK00.780.180.02
HSL313.54º95.12%59.8%-
HSV(B)313.54º78%98.04%-
XYZ51.9327.5160.97-
YUV130.52170.6213.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 55 (21.88% from 255) = 10.76%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=48.92%
G=10.76%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505520600.780.180.02313.5495.1259.8
HexFA37CE04E12213a5f3c
Octal37267316011622247213774
Binary11111010110111110011100100111010010101001110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA37CE; }

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

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

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

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

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

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

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

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