#FA37CD

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

Shades of Razzle Dazzle Rose #FA37CD

Tints of Razzle Dazzle Rose #FA37CD

Color information

#FA37CD (or 0xFA37CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 37 and CD. RGB value is (250,55,205). Sum of RGB (Red+Green+Blue) = 250+55+205=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37CD is #05C832. Grayscale: #828282. Windows color (decimal): -378931 or 13449210. OLE color: 13449210.

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

Color convert

RGB25055205-
CMYK00.780.180.02
HSL313.85º95.12%59.8%-
HSV(B)313.85º78%98.04%-
XYZ51.8127.4660.33-
YUV130.4170.1213.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 55 (21.88% from 255) = 10.78%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=49.02%
G=10.78%
B=40.20%

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
Decimal2505520500.780.180.02313.8595.1259.8
HexFA37CD04E12213a5f3c
Octal37267315011622247213774
Binary11111010110111110011010100111010010101001110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA37CD; }

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

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

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

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

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

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

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

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