#FA6693

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

Shades of Brink Pink #FA6693

Tints of Brink Pink #FA6693

Color information

#FA6693 (or 0xFA6693) is unknown color: approx Brink Pink. HEX triplet: FA, 66 and 93. RGB value is (250,102,147). Sum of RGB (Red+Green+Blue) = 250+102+147=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6693 is #05996C. Grayscale: #979797. Windows color (decimal): -366957 or 9660154. OLE color: 9660154.

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

Color convert

RGB250102147-
CMYK00.590.410.02
HSL341.76º93.67%69.02%-
HSV(B)341.76º59.2%98.04%-
XYZ49.4431.9331.16-
YUV151.38125.53198.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=50.10%
G=20.44%
B=29.46%

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
Decimal25010214700.590.410.02341.7693.6769.02
HexFA669303B2921565e45
Octal372146223073512526136105
Binary1111101011001101001001101110111010011010101011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6693; }

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

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

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

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

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

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

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

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