#FA6793

Color #FA6793 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FA6793

Tints of Brink Pink #FA6793

Color information

#FA6793 (or 0xFA6793) is unknown color: approx Brink Pink. HEX triplet: FA, 67 and 93. RGB value is (250,103,147). Sum of RGB (Red+Green+Blue) = 250+103+147=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6793 is #05986C. Grayscale: #979797. Windows color (decimal): -366701 or 9660410. OLE color: 9660410.

HSL color Cylindrical-coordinate representation of color #FA6793: hue angle of 342.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6793 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250103147-
CMYK00.590.410.02
HSL342.04º93.63%69.22%-
HSV(B)342.04º58.8%98.04%-
XYZ49.5432.1331.19-
YUV151.97125.2197.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=50%
G=20.6%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010314700.590.410.02342.0493.6369.22
HexFA679303B2921565e45
Octal372147223073512526136105
Binary1111101011001111001001101110111010011010101011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6793; }

 p { color: rgb(250,103,147); }

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

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

 a { background-color: rgb(250,103,147); }

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

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

 span { border-color: rgb(250,103,147); }

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