#FA6683

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

Shades of Brink Pink #FA6683

Tints of Brink Pink #FA6683

Color information

#FA6683 (or 0xFA6683) is unknown color: approx Brink Pink. HEX triplet: FA, 66 and 83. RGB value is (250,102,131). Sum of RGB (Red+Green+Blue) = 250+102+131=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6683 is #05997C. Grayscale: #959595. Windows color (decimal): -366973 or 8611578. OLE color: 8611578.

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

Color convert

RGB250102131-
CMYK00.590.480.02
HSL348.24º93.67%69.02%-
HSV(B)348.24º59.2%98.04%-
XYZ48.2731.4725-
YUV149.56117.53199.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=51.76%
G=21.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010213100.590.480.02348.2493.6769.02
HexFA668303B30215c5e45
Octal372146203073602534136105
Binary1111101011001101000001101110111100001010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6683; }

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

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

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

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

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

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

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

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